Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-07 | Tests: Update OSS-Fuzz Makefile. | Maksym Vatsyk | 1 | -4/+9 | |
All .c files can be built as separate fuzz targets. This simplifies the Makefile by allowing us to use wildcards instead of having a Makefile target for each fuzz target. | |||||
2020-01-19 | Use $(LIB_FUZZING_ENGINE) in tests/ossfuzz/Makefile. | Lasse Collin | 1 | -1/+1 | |
https://github.com/google/oss-fuzz/pull/3219#issuecomment-573751048 Thanks to Bhargava Shastry for sending the patch. | |||||
2018-11-02 | Tests: Add a fuzz test program and a config file for OSS-Fuzz. | Lasse Collin | 1 | -0/+7 | |
Thanks to Bhargava Shastry and Github user pdknsk. |