Bug 169566 - WebAssembly: it should be impossible to recursively enter a trap handler
Summary: WebAssembly: it should be impossible to recursively enter a trap handler
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 159775
  Show dependency treegraph
 
Reported: 2017-03-13 14:00 PDT by JF Bastien
Modified: 2017-03-13 14:00 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JF Bastien 2017-03-13 14:00:55 PDT
Handling a trap while handling a trap leads to madness, and is likely a bug. Should we detect and CRASH on this?