Commit Graph

2 Commits

Author SHA1 Message Date
Kevin Backhouse 67b90b57ab
Fix false positive result due to floating point divide by zero (which is not a bug). (#6549) 2021-10-02 15:33:52 +01:00
Kevin Backhouse c0b2a0076c
Add Exiv2 (#6186)
* Add Exiv2.

* Remove sanitizer flags so that OSS-Fuzz can insert its own.

* Using the fuzzer to create the seed corpus doesn't work with AFL.

* Only use libFuzzer

* Don't add files over 20KB to the corpus.

* Use ${LIB_FUZZING_ENGINE} when building the fuzz target.
2021-08-17 07:20:36 -07:00