fuzz/oss-fuzz-build.sh


Log

Author Commit Date CI Message
Nick Wellnhofer 6904d4c2 2025-01-25T13:54:15 fuzz: Fix OSS-Fuzz build of lint fuzzer
Nick Wellnhofer b7f30bae 2024-05-28T22:26:18 fuzz: Fix aarch64 build on OSS-Fuzz
Nick Wellnhofer 51b5d1e3 2024-05-15T16:09:05 fuzz: Don't enable zlib and liblzma with MSan We'd need our own instrumented builds of these libraries.
Nick Wellnhofer b117a912 2024-05-13T13:42:43 fuzz: Enable xmllint fuzzer on OSS-Fuzz
Nick Wellnhofer 0977d7a3 2024-04-23T22:39:53 fuzz: Build with compression support on OSS-Fuzz
Nick Wellnhofer 6641a7e8 2024-04-23T18:17:02 fuzz: Enable reader fuzzer on OSS-Fuzz
Nick Wellnhofer 52efb20a 2024-03-24T13:43:25 fuzz: Enable float-divide-by-zero on OSS-Fuzz This was recently disabled globally: https://github.com/google/oss-fuzz/pull/11567
Nick Wellnhofer d4d1f3f3 2024-03-20T18:45:10 fuzz: Enable API fuzzer on OSS-Fuzz
Nick Wellnhofer 55175f75 2024-03-15T21:48:27 fuzz: Add OSS-Fuzz build.sh Move build.sh to our repo to facilitate changes.