hgarrereyn / GraphFuzz

GraphFuzz is an experimental framework for building structure-aware, library API fuzzers.
https://hgarrereyn.github.io/GraphFuzz
MIT License
254 stars 25 forks source link

prevent libfuzzer checking for memory leak, fixes harness running twice #15

Closed NikLeberg closed 1 year ago

NikLeberg commented 1 year ago

As discussed in #11 this fixes the writer harness from running twice.

I checked this in my own projects container_builder and tdd-platform, everything should work fine.

Cheers, Nik

hgarrereyn commented 1 year ago

LGTM, thanks!