mirror of https://github.com/google/oss-fuzz.git
[syzkaller] Disable AFL fuzzing engine as it doesn't get coverage feedback.
This commit is contained in:
parent
e944cdfbb8
commit
3a0c9fbb3a
|
@ -4,6 +4,8 @@ auto_ccs:
|
||||||
- "andreyknvl@google.com"
|
- "andreyknvl@google.com"
|
||||||
- "mmoroz@chromium.org"
|
- "mmoroz@chromium.org"
|
||||||
- "syzkaller@googlegroups.com"
|
- "syzkaller@googlegroups.com"
|
||||||
|
fuzzing_engines:
|
||||||
|
- libfuzzer
|
||||||
sanitizers:
|
sanitizers:
|
||||||
- address
|
- address
|
||||||
view_restrictions: none
|
view_restrictions: none
|
||||||
|
|
Loading…
Reference in New Issue