WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
171936
WebAssembly: improve memory fuzzer
https://bugs.webkit.org/show_bug.cgi?id=171936
Summary
WebAssembly: improve memory fuzzer
JF Bastien
Reported
2017-05-10 11:35:13 PDT
I added a memory fuzzer in
https://bugs.webkit.org/show_bug.cgi?id=169976
It could be better: - add set() and shadow memory, this requires tracking when memory is shared - Support: empty, exported - Imported memory created through the JS API (both before and after instantiation, to cause recompilation) - recursive calls (randomly call other instance's exports, potentially exhausting stack) - Simplify code by allowing .Code().ExportFunction(...) in builder
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