You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the reproduction with a regular generated fuzzer, I only get a backtrace, rather than having the full code used like shown in the README / that I was able to replicate in the parallel+chain tutorial in the readme
Yes, right now setting the environment variable FZDEBUG=repro=1 only is helpful for chained functions (e.g., as generated by fzgen -chain), such as this example in the README.
As you implied, that is where it is most useful, especially given there can be a potentially intricate series of calls needed to produce bad behavior.
However, it would be nice to also do something minimal even if it is not a chained function, so we can keep this issue open to track that.
When running the reproduction with a regular generated fuzzer, I only get a backtrace, rather than having the full code used like shown in the README / that I was able to replicate in the parallel+chain tutorial in the readme
doesn't produce a length test description.. I suppose maybe it wouldn't, since presumably it's just a single function call?
The text was updated successfully, but these errors were encountered: