code format

This commit is contained in:
Dominik Maier
2020-06-09 03:48:50 +02:00
parent 8e3f6fe2dc
commit feffae60dd
5 changed files with 11 additions and 4 deletions

View File

@ -161,7 +161,9 @@ static void afl_map_shm_fuzz(void) {
shared_buf = map + sizeof(u32);
if (getenv("AFL_DEBUG")) {
fprintf(stderr, "[AFL] DEBUG: successfully got fuzzing shared memory\n");
}
} else {