clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Make AFL use its own minimization (fixes broken AFL minimization regression after new engine impl)

Open inferno-chromium opened this issue 6 years ago • 1 comments

This is similar to variant task breakage (see https://github.com/google/clusterfuzz/pull/1083). This happens since we try to minimize AFL testcases with libFuzzer and code gets confused whether to use new engine impl or old one for reproducing. We cannot something like variant task fix since we need to keep updating testcase and we should be supporting AFL minimization in the first place.

inferno-chromium avatar Oct 07 '19 16:10 inferno-chromium

AFL should just use its native minimization, rather than relying on cross-libfuzzer jobs. should be handled as part of https://github.com/google/clusterfuzz/issues/1127

inferno-chromium avatar Oct 28 '19 07:10 inferno-chromium