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
[-] The job output directory already exists and contains the results of more
than 25 minutes worth of fuzzing. To avoid data loss, afl-fuzz will *NOT*
automatically delete this data for you.
If you wish to start a new session, remove or rename the directory manually,
or specify a different output location for this job. To resume the old
session, put '-' as the input directory in the command line ('-i -') and
try again.
[-] PROGRAM ABORT : At-risk data found in '<project>/src/__fuzz__/<test>/afl_state'
Location : maybe_delete_out_dir(), afl/afl-fuzz.c:3739
Run with
cargo bolero test --sanitizer=NONE --engine=afl <test>
How can AFL fuzzing be resumed with bolero when it complain about this? I've tried passing -i - with --engine-args but it didn't work
The text was updated successfully, but these errors were encountered:
Run with
How can AFL fuzzing be resumed with bolero when it complain about this? I've tried passing
-i -
with--engine-args
but it didn't workThe text was updated successfully, but these errors were encountered: