[Webkit-unassigned] [Bug 26276] Need a mechanism to determine stack extent on WINDOWS, SOLARIS, OPENBSD, SYMBIAN, HAIKU, WINCE platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 6 11:18:49 PST 2011


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


Patrick R. Gansterer <paroga at paroga.com> changed:

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




--- Comment #43 from Patrick R. Gansterer <paroga at paroga.com>  2011-01-06 11:18:47 PST ---
Created an attachment (id=78133)
 --> (https://bugs.webkit.org/attachment.cgi?id=78133&action=review)
Patch for WinCE (with detectGrowingDownward)

Can you please r+ this patch?
It only added the required detectGrowingDownward function.

Diff to the already reviewed patch:

+static bool detectGrowingDownward(void* previousFrame)
+{
+    // Find the address of this stack frame by taking the address of a local variable.
+    int thisFrame;
+    return previousFrame > &thisFrame;
+}
+

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