summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/parser/Parser.cpp
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2014-04-08 13:23:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-27 23:06:20 +0200
commit63098f6baefb05823482b508eb0dcf616e90e172 (patch)
tree5d348bbd50c42815dd2a58891af984ee7757a00a /Source/JavaScriptCore/parser/Parser.cpp
parent3a99a54ccb7de14646234b2235c7b68a2be73902 (diff)
downloadqtwebkit-63098f6baefb05823482b508eb0dcf616e90e172.tar.gz
Fix stack initialization when running under .NET.
Under .NET, on WinXP and sometimes on Win7 we will have two blocks of uncommited memory before the guard page, so look one block further. In debug mode it would crash due to assert guardPage.Protect & PAGE_GUARD In release mode it would crash due to only using a 4K stack. Change-Id: If9f2c84122ba95a18403a8f413d080dd5cc58250 Reviewed-by: Michael Bruning <michael.bruning@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/parser/Parser.cpp')
0 files changed, 0 insertions, 0 deletions