Commit Graph

4 Commits

Author SHA1 Message Date
jonathanmetzman 96afd58872
Make many projects centipede compatible (#9598)
Previously, they would break because they incorrectly used $CC to link
fuzz targets.
2023-02-06 15:46:06 -05:00
Isaac Brodsky 44276ca688
[H3] Use fuzzers from uber/h3 (#8406)
Use fuzzers from https://github.com/uber/h3/tree/master/src/apps/fuzzers
rather than the built in one. These additional fuzzers should provide
more complete coverage of the library, and should include all functions
currently fuzzed by oss-fuzz.

We can perhaps further clean up the build process to just pass
`$LIB_FUZZING_ENGINE` in to the fuzzers. In the mean time I just built
the fuzzers directly.
2022-09-09 19:12:01 -04:00
AdamKorcz b2cd6f498d
Fix H3 build (#6003) 2021-07-06 18:37:49 +01:00
AdamKorcz 9cd280993d
[h3] Initial integration (#5616) 2021-07-05 12:14:28 +10:00