[Webkit-unassigned] [Bug 113168] LayoutTests/fast/js/large-expressions.html crashes on Linux

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 02:37:43 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113168


Allan Sandfeld Jensen <allan.jensen at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #196980|review?                     |review-
               Flag|                            |




--- Comment #20 from Allan Sandfeld Jensen <allan.jensen at digia.com>  2013-04-10 02:35:57 PST ---
(From update of attachment 196980)
View in context: https://bugs.webkit.org/attachment.cgi?id=196980&action=review

> Source/WTF/wtf/StackBounds.cpp:158
>      m_bound = stackBase;
>      m_origin = static_cast<char*>(stackBase) + stackSize;

m_bound = stackBase + guardSize
m_origin = stackBase + guardSize + stackSize

> Source/WTF/wtf/StackBounds.cpp:165
> +    m_bound = reinterpret_cast<char*>(m_bound) + guardSize;
> +    stackSize -= guardSize;

m_origin = static_cast<char*>(m_origin) - guardSize;

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list