[syzkaller] Disable AFL fuzzing engine as it doesn't get coverage feedback.

This commit is contained in:
Max Moroz 2019-08-21 15:06:55 -07:00 committed by GitHub
parent e944cdfbb8
commit 3a0c9fbb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ auto_ccs:
- "andreyknvl@google.com"
- "mmoroz@chromium.org"
- "syzkaller@googlegroups.com"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
view_restrictions: none