mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
fixed segfault on early bailout
This commit is contained in:
@ -1063,9 +1063,8 @@ static void handle_existing_out_dir(afl_state_t *afl) {
|
||||
"directory manually,\n"
|
||||
" or specify a different output location for this job. To resume "
|
||||
"the old\n"
|
||||
" session, put '-' as the input directory in the command line "
|
||||
"('-i -') or set the AFL_AUTORESUME=1 env variable and\n"
|
||||
" try again.\n",
|
||||
" session, pass '-' as input directory in the command line ('-i -')\n"
|
||||
" or set the 'AFL_AUTORESUME=1' env variable and try again.\n",
|
||||
OUTPUT_GRACE);
|
||||
|
||||
FATAL("At-risk data found in '%s'", afl->out_dir);
|
||||
@ -1510,7 +1509,8 @@ void check_crash_handling(void) {
|
||||
"extended delay\n"
|
||||
" between stumbling upon a crash and having this information "
|
||||
"relayed to the\n"
|
||||
" fuzzer via the standard waitpid() API.\n\n"
|
||||
" fuzzer via the standard waitpid() API.\n"
|
||||
" If you're just testing, set 'AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1'.\n\n"
|
||||
|
||||
" To avoid having crashes misinterpreted as timeouts, please log in "
|
||||
"as root\n"
|
||||
|
Reference in New Issue
Block a user