kamadak / exif-rs

Exif parsing library written in pure Rust
BSD 2-Clause "Simplified" License
198 stars 44 forks source link

Add fuzzing harness #41

Open Shnatsel opened 3 months ago

Shnatsel commented 3 months ago

Adds a harness for fuzzing with cargo fuzz. Can be run with cargo fuzz run parse_exif.

Shnatsel commented 3 months ago

I've run the fuzzer for 25 million iterations and it found no issues!

kamadak commented 3 months ago

This library has already been fuzzed a lot, although my fuzzing harness is not committed to the repository.