Skip to content

Commit dfd7ad6

Browse files
committed
Bug 1592783 - Change bulk-memory instructions to trap before writing. r=lth
This commit changes all bulk-memory instructions to perform up-front bounds checks and trap if any access would be out-of-bounds before writing. This affects: * memory.init,copy,fill * table.init,copy,fill * data segment instantiation (reduces to memory.init) * elem segment instantiation (reduces to table.init) Spec issue: WebAssembly/bulk-memory-operations#111 Differential Revision: https://phabricator.services.mozilla.com/D51755 --HG-- extra : moz-landing-system : lando
1 parent 7535233 commit dfd7ad6

File tree

2 files changed

+116
-260
lines changed

2 files changed

+116
-260
lines changed

0 commit comments

Comments
 (0)