Closed
Bug 1307973
Opened 9 years ago
Closed 9 years ago
wasm: Fix AFL fuzzing testin
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: bbouvier, Assigned: bbouvier)
Details
Attachments
(1 file)
|
3.26 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
wasm AFL fuzzing got broken by some API change in another unrelated jsapi. Let's make sure this doesn't happen by always compiling the wasmLoop function.
Attachment #8798200 -
Flags: review?(luke)
Updated•9 years ago
|
Priority: -- → P1
Comment 1•9 years ago
|
||
Comment on attachment 8798200 [details] [diff] [review]
afl.patch
Review of attachment 8798200 [details] [diff] [review]:
-----------------------------------------------------------------
Great idea
Attachment #8798200 -
Flags: review?(luke) → review+
Pushed by bbouvier@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b24a8b0f3c14
Fix AFL wasm loop and prevent its future breakage; r=luke
Pushed by bbouvier@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f89ded9191c0
fix build bustage on win; r=me
Comment 4•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b24a8b0f3c14
https://hg.mozilla.org/mozilla-central/rev/f89ded9191c0
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•