NEW 166701
WebAssembly: Module.customSections test copying
https://bugs.webkit.org/show_bug.cgi?id=166701
Summary WebAssembly: Module.customSections test copying
JF Bastien
Reported 2017-01-04 15:46:22 PST
In bug #165159 I forgot to check that the ArrayBuffer obtained is always a new object, not a view onto the old. This is important because modifying the ArrayBuffer shouldn't modify the original custom section (there would also be lifetime issues).
Attachments
Note You need to log in before you can comment on or make changes to this bug.