In some cases running Libfuzzer in fork mode with -ignore_crashes=1 counts ctrl+c as crash and restarts.
Thread: https://github.com/google/oss-fuzz/issues/4547
Credit: Marcel Boehme <marcel.boehme@acm.org>
Differential D130990
Libfuzzer fix for Ctrl + c not working with -fork and -ignore_crashes=1 SyrasX on Aug 2 2022, 7:26 AM. Authored by
Details In some cases running Libfuzzer in fork mode with -ignore_crashes=1 counts ctrl+c as crash and restarts. Thread: https://github.com/google/oss-fuzz/issues/4547 Credit: Marcel Boehme <marcel.boehme@acm.org>
Diff Detail
Unit Tests Event Timeline
Comment Actions Is there anything I need to do after the diff got accepted ? Don't think I have a way to commit. @vitalybuka |
why this does not use Options->InterruptExitCode?