diff options
author | van Hauser <vh@thc.org> | 2021-07-30 05:23:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 05:23:15 +0200 |
commit | f9bc5d361fa172b5ccc36d7877e67bd68f7f1970 (patch) | |
tree | 65eff034287acb95d421e02e6a546755b28c19bc /instrumentation/afl-compiler-rt.o.c | |
parent | 50e26ea1a70549be544769d67c17f4a537d6c2e7 (diff) | |
parent | ac13902a93f738b408ec66b702234b2fdb0b0268 (diff) | |
download | afl++-f9bc5d361fa172b5ccc36d7877e67bd68f7f1970.tar.gz |
Merge pull request #1049 from yuawn/dev
fix format string
Diffstat (limited to 'instrumentation/afl-compiler-rt.o.c')
-rw-r--r-- | instrumentation/afl-compiler-rt.o.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/instrumentation/afl-compiler-rt.o.c b/instrumentation/afl-compiler-rt.o.c index b01ea987..18b0a55b 100644 --- a/instrumentation/afl-compiler-rt.o.c +++ b/instrumentation/afl-compiler-rt.o.c @@ -320,7 +320,7 @@ static void __afl_map_shm(void) { fprintf(stderr, "DEBUG: (1) id_str %s, __afl_area_ptr %p, __afl_area_initial %p, " - "__afl_area_ptr_dummy 0x%p, __afl_map_addr 0x%llx, MAP_SIZE %u, " + "__afl_area_ptr_dummy %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, @@ -471,7 +471,7 @@ static void __afl_map_shm(void) { fprintf(stderr, "DEBUG: (2) id_str %s, __afl_area_ptr %p, __afl_area_initial %p, " - "__afl_area_ptr_dummy 0x%p, __afl_map_addr 0x%llx, MAP_SIZE " + "__afl_area_ptr_dummy %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, |