WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
ASSIGNED
165862
WebAssembly: improve function parser control stack handling
https://bugs.webkit.org/show_bug.cgi?id=165862
Summary
WebAssembly: improve function parser control stack handling
JF Bastien
Reported
2016-12-14 12:55:35 PST
As a follow-up to
bug #163919
, add a macro WASM_TRY_APPEND_TO_CONTROL_STACK which handles growth cases for this type of code: m_controlStack.append({ WTFMove(m_expressionStack), control }); Note: as part of
bug #165833
we may add a size limit for control stack depth.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug