Set Ready For Review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Jocelyn, PTAL at this CL.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
raise(SIGTERM);nit: Why not `CHECK(false)` or `base::ImmediateCrash()` here?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
raise(SIGTERM);nit: Why not `CHECK(false)` or `base::ImmediateCrash()` here?
Fuzzilli is specifically [looking for SIGTERM or SIGSEGV](https://crsrc.org/c/chrome/test/fuzzing/js_in_process_fuzzer.cc;l=107-113?ss=chromium&q=chrome%2Ftest%2Ffuzzing%2Fjs_in_process_fuzzer.cc). I believe those raise SIGABRT on Linux, but the implementation is platform dependent, so I found it simpler to raise SIGTERM explicitly.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[experimental] Add crash to Fuzzilli fuzzing to investigate ClusterFuzz
This CL introduces a crash for every JavaScript program that outputs a
"EXPERIMENTAL_lock_manager_crash" and updates the
MojoLockManagerProfile.swift profile to emit that string. This change is
experimental in nature, as we seek to understand how ClusterFuzz will
handle `js_in_process_fuzzer` fuzz target crashes.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |