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 default afl behaviour is to classify runs that overrun the timeout limit by 2x as hangs. These get saved and can later be inspected to identify issues in the fuzzing code. The recommended action when experiencing a lot of timeouts is to artificially reduce the timeout limit until regular timeouts get saved as hangs. See here AFLplusplus/AFLplusplus#2011
When I tried the same by appending -t 10 (default is 1000) to cargo afl fuzz i still only get timeouts but 0 hangs. I wonder if this is a afl.rs specific issue:
The text was updated successfully, but these errors were encountered:
The default afl behaviour is to classify runs that overrun the timeout limit by 2x as hangs. These get saved and can later be inspected to identify issues in the fuzzing code. The recommended action when experiencing a lot of timeouts is to artificially reduce the timeout limit until regular timeouts get saved as hangs. See here AFLplusplus/AFLplusplus#2011
When I tried the same by appending -t 10 (default is 1000) to cargo afl fuzz i still only get timeouts but 0 hangs. I wonder if this is a afl.rs specific issue:
The text was updated successfully, but these errors were encountered: