1# AFL Integration 2 3Chromium previously used a fuzzing engine called [AFL], using (nearly) the same 4set of fuzz targets as libfuzzer. This support has now been disabled. 5 6## Trophies 7 8* [AFL Chromium bugs] - bugs found by AFL in Chromium. 9* [AFL OSS-Fuzz bugs] - bugs found by AFL in [OSS-Fuzz]. 10 11[AFL]: http://lcamtuf.coredump.cx/afl/ 12[AFL Chromium bugs]: https://bugs.chromium.org/p/chromium/issues/list?can=1&q=afl_chrome_asan+-status%3AWontFix%2CDuplicate+label%3Aclusterfuzz 13[AFL OSS-Fuzz bugs]: https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=label%3AEngine-afl%2CStability-AFL+label%3AClusterFuzz+-status%3AWontFix%2CDuplicate 14