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

Several fixes and small enhancements. #23

Open f0rki opened 9 months ago

f0rki commented 9 months ago

let me know if you want them split into separate PRs.

f0rki commented 9 months ago

ok let me redo the bugfix. There might be some unnecessary changes.

f0rki commented 9 months ago

were you hitting errors caused by uninitialized reads or is this just proactive?

I believe this might have been caused by the issue with the subtree sampling in AppendTree. I switched to do this only if debug flag is set.