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

@ -160,7 +160,9 @@ static void __afl_map_shm_fuzz() {
__afl_fuzz_ptr = (u8 *)(map + sizeof(u32));
if (getenv("AFL_DEBUG")) {
fprintf(stderr, "DEBUG: successfully got fuzzing shared memory\n");
}
} else {