mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 10:38:07 +00:00
more code format
This commit is contained in:
@ -990,7 +990,7 @@ dir_cleanup_failed:
|
||||
}
|
||||
|
||||
/* Delete fuzzer output directory if we recognize it as ours, if the fuzzer
|
||||
is not currently running, and if the last run time isn't too great.
|
||||
is not currently running, and if the last run time isn't too great.
|
||||
Resume fuzzing if `-` is set as in_dir or if AFL_AUTORESUME is set */
|
||||
|
||||
static void handle_existing_out_dir(void) {
|
||||
@ -1036,10 +1036,11 @@ static void handle_existing_out_dir(void) {
|
||||
|
||||
fclose(f);
|
||||
|
||||
/* Autoresume treats a normal run as in_place_resume if a valid out dir already exists */
|
||||
/* Autoresume treats a normal run as in_place_resume if a valid out dir
|
||||
* already exists */
|
||||
|
||||
if (!in_place_resume && autoresume) {
|
||||
|
||||
|
||||
OKF("Detected prior run with AFL_AUTORESUME set. Resuming.");
|
||||
in_place_resume = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user