srlabs / ziggy

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

Crashes can get overlooked by ziggy's interface after minimization #10

Closed louismerlin closed 1 year ago

louismerlin commented 1 year ago

When minimization happens after a crash has been found, it seems it is not kept in the corpus.

Users can still find the crash in the crashes directories, but the ziggy interface does not reflect that a crash has been found anymore.

There should be an internal variable that keeps the crash in mind and the interface should point the user to the relevant crashes directory.

louismerlin commented 1 year ago

Also, this is linked to #3.