Disable AFL (#2862)

* Update project.yaml
This commit is contained in:
jonathanmetzman 2019-09-19 22:26:36 -07:00 committed by GitHub
parent 74a35f9a1a
commit c53d627636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ auto_ccs:
- "lniccolini@fb.com"
vendor_ccs:
- "oss-fuzz@fb.com"
fuzzing_engines:
- libfuzzer
sanitizers:
- address
- undefined