Description[wasm] Verify expressions do not cross control boundaries in WASM.
This catches malformed code like the following example:
<expr>
<block begin>
<expr>
<binop>
<end>
Which is illegal because the inputs to the binop cross the block boundary.
R=rossberg@chromium.org,ahaas@chromium.org
BUG=
Committed: https://crrev.com/73a988a0d5b24231127eee9019296040e0cefd80
Cr-Commit-Position: refs/heads/master@{#36103}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Add comment #
Messages
Total messages: 9 (3 generated)
|