srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Some error handling. Adding some context for debugging when having weird errors #44

Closed brunoproduit closed 1 year ago

brunoproduit commented 1 year ago

Adding some "anyhow" context to our errors. Marc had no grcov in his path and the only info given in the error is a "no such file or directory". This will help us debigging when having ziggy problems

vanhauser-thc commented 1 year ago

fixes #40

louismerlin commented 1 year ago

Cool, thanks for taking care of this @brunoproduit, tested it out and it works like a charm :smile: