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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 16 04:36:40 PST 2011


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





--- Comment #6 from George Staikos <staikos at kde.org>  2011-11-16 04:36:40 PST ---
(In reply to comment #3)
> (From update of attachment 115314 [details])
> 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.

There is no way to do that yet other than read the book, as far as I know.

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