Closed
Bug 906181
Opened 12 years ago
Closed 12 years ago
[Security Review][Fuzzing][jsfunfuzz] Ion-compile try-catch
Categories
(mozilla.org :: Security Assurance: Review Request, task)
mozilla.org
Security Assurance: Review Request
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: gkw)
References
Details
(Whiteboard: [Fx])
+++ This bug was initially created as a clone of Bug #902978 +++
Bug 866888 added Ion-compilation of try-catch. (It's disabled by default.) To enable it, you have to pass
--ion-compile-try-catch
to the shell.
m-c rev 3b4b734eaa1a or later should be fuzzed since it has fixes for earlier bugs.
| Assignee | ||
Comment 1•12 years ago
|
||
The patch that adds --ion-compile-try-catch to the fuzzing harness has landed, not really any large problems seen thus far.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
(In reply to Gary Kwong [:gkw] [:nth10sd] from comment #1)
> The patch that adds --ion-compile-try-catch to the fuzzing harness has
> landed, not really any large problems seen thus far.
Thanks Gary, that's good to know.
I hope the --ion-compile-try-catch flag is temporary (until we turn it on by default), I will let you know if/when we remove it :)
You need to log in
before you can comment on or make changes to this bug.
Description
•