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
Right now, I have a fuzz/fuzz_*.sh directory, that calls into the right fuzz targets the right way (full source at https://github.com/Ekleog/yuubind).
With #42 fixed, I could remove half those scripts (ie. the half that cds into the correct folder).
However, it would still leave setting the correct -dict="../fuzz/$DICT option in the scripts.
I'm thinking that it'd be great if it were possible to set the libFuzzer arguments closer to the source code, eg. by having them in smtp-message/fuzz/Cargo.toml. With that change, the user would only have to set --jobs manually, which sounds pretty reasonable :)
What would you think about that?
Cheers, and thank you for this neat piece of software :)
The text was updated successfully, but these errors were encountered:
Hello,
Right now, I have a
fuzz/fuzz_*.sh
directory, that calls into the right fuzz targets the right way (full source at https://github.com/Ekleog/yuubind).With #42 fixed, I could remove half those scripts (ie. the half that
cd
s into the correct folder).However, it would still leave setting the correct
-dict="../fuzz/$DICT
option in the scripts.I'm thinking that it'd be great if it were possible to set the
libFuzzer
arguments closer to the source code, eg. by having them insmtp-message/fuzz/Cargo.toml
. With that change, the user would only have to set--jobs
manually, which sounds pretty reasonable :)What would you think about that?
Cheers, and thank you for this neat piece of software :)
The text was updated successfully, but these errors were encountered: