about summary refs log tree commit diff
path: root/instrumentation/afl-compiler-rt.o.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-10 10:07:54 +0100
committervanhauser-thc <vh@thc.org>2021-03-10 10:07:54 +0100
commitd678d59372494ab971429abceaa35b0fad2860ae (patch)
tree1dd520f700c1773ef0c3799b59006e0f36b878bf /instrumentation/afl-compiler-rt.o.c
parentb2feada293b64f6148917399e728c9b19799edf9 (diff)
downloadafl++-d678d59372494ab971429abceaa35b0fad2860ae.tar.gz
fix
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r--instrumentation/afl-compiler-rt.o.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c
index 7fd982ce..9480b90e 100644
--- a/instrumentation/afl-compiler-rt.o.c
+++ b/instrumentation/afl-compiler-rt.o.c
@@ -318,7 +318,7 @@ static void __afl_map_shm(void) {
   if (__afl_debug)
     fprintf(stderr,
             "DEBUG: (1) id_str %s, __afl_area_ptr %p, __afl_area_initial %p, "
-            "__afl_area_ptr_dummy 0x%llx, __afl_map_addr 0x%llx, MAP_SIZE %u, "
+            "__afl_area_ptr_dummy 0x%p, __afl_map_addr 0x%llx, MAP_SIZE %u, "
             "__afl_final_loc %u, "
             "max_size_forkserver %u/0x%x\n",
             id_str == NULL ? "<null>" : id_str, __afl_area_ptr,
@@ -462,7 +462,7 @@ static void __afl_map_shm(void) {
     if (__afl_debug)
       fprintf(stderr,
               "DEBUG: (2) id_str %s, __afl_area_ptr %p, __afl_area_initial %p, "
-              "__afl_area_ptr_dummy 0x%llx, __afl_map_addr 0x%llx, MAP_SIZE "
+              "__afl_area_ptr_dummy 0x%p, __afl_map_addr 0x%llx, MAP_SIZE "
               "%u, __afl_final_loc %u, "
               "max_size_forkserver %u/0x%x\n",
               id_str == NULL ? "<null>" : id_str, __afl_area_ptr,