Re: [PATCH 09/10] fuzz: remove fork-fuzzing scaffolding

2023-02-13 Thread Darren Kenny
On Saturday, 2023-02-04 at 23:29:50 -05, Alexander Bulekov wrote: > Fork-fuzzing provides a few pros, but our implementation prevents us > from using fuzzers other than libFuzzer, and may be causing issues such > as coverage-failure builds on OSS-Fuzz. It is not a great long-term > solution as it d

[PATCH 09/10] fuzz: remove fork-fuzzing scaffolding

2023-02-04 Thread Alexander Bulekov
Fork-fuzzing provides a few pros, but our implementation prevents us from using fuzzers other than libFuzzer, and may be causing issues such as coverage-failure builds on OSS-Fuzz. It is not a great long-term solution as it depends on internal implementation details of libFuzzer (which is no longer