about summary refs log tree commit diff
path: root/qemu_mode
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-06-09 03:48:50 +0200
committerDominik Maier <domenukk@gmail.com>2020-06-09 03:48:50 +0200
commitfeffae60dd469b63db45a88204a1e17cc2f41bd3 (patch)
treedfe9f6b2706cb4f03510518b353eae793931b3a3 /qemu_mode
parent8e3f6fe2dc92c1c24d6ebe2bf1021061a3211123 (diff)
downloadafl++-feffae60dd469b63db45a88204a1e17cc2f41bd3.tar.gz
code format
Diffstat (limited to 'qemu_mode')
-rw-r--r--qemu_mode/patches/afl-qemu-cpu-inl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu_mode/patches/afl-qemu-cpu-inl.h b/qemu_mode/patches/afl-qemu-cpu-inl.h
index 8dea004e..5f579687 100644
--- a/qemu_mode/patches/afl-qemu-cpu-inl.h
+++ b/qemu_mode/patches/afl-qemu-cpu-inl.h
@@ -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 {