[Webkit-unassigned] [Bug 72455] QNX StackBase doesn't take guard page into account

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 21:11:39 PST 2011


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


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115314|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #3 from Daniel Bates <dbates at webkit.org>  2011-11-15 21:11:40 PST ---
(From update of attachment 115314)
View in context: https://bugs.webkit.org/attachment.cgi?id=115314&action=review

Thanks for the patch!

> Source/JavaScriptCore/wtf/StackBounds.cpp:110
> +    m_bound = static_cast<char*>(stackBase) + 0x1000; // 4kb guard page

This is OK as-is. We should look to query the OS for the page size.

-- 
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