You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stack cookie location used by STACK_OVERFLOW_CHECK. NFC (#16422)
I believe these values have always been written the wrong place (off by
one word) since they were adapted for the downward growing stack in #8811.
In the downward growing stack that last work in the stack lives a `max`
and not `max + 4`.
abort('Stack overflow! Stack cookie has been overwritten, expected hex dwords 0x89BACDFE and 0x2135467, but received 0x'+cookie2.toString(16)+' 0x'+cookie1.toString(16));
0 commit comments