oss-fuzz/projects/h2o
Jonathan Foote bfa11be2f9
Explicitly define sanitizer support (#3995)
The oss-fuzz documentation states that listing supported sanitizers in a project's yaml [is optional](https://google.github.io/oss-fuzz/getting-started/new-project-guide/#sanitizers). It appears that CIFuzz requires supported sanitizers to be included in this file ([ref](26e8d7c772/infra/cifuzz/cifuzz.py (L508-L529))). I believe this causes the CIFuzz Github Action to fail for projects that have not listed support for address sanitizer explicitly in their respective project YAML.

This PR explicitly defines support for asan and ubsan with a goal of fixing h2o's CIFuzz build
2020-06-16 09:18:02 -07:00
..
Dockerfile
build.sh add url handler fuzz target (#601) 2017-05-12 15:48:55 -07:00
h2o-fuzzer-http1.options
h2o-fuzzer-http2.options
h2o-fuzzer-url.options add url handler fuzz target (#601) 2017-05-12 15:48:55 -07:00
project.yaml Explicitly define sanitizer support (#3995) 2020-06-16 09:18:02 -07:00