about summary refs log tree commit diff
path: root/llvm_mode/afl-llvm-rt.o.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-07 17:23:11 +0200
committervan Hauser <vh@thc.org>2020-08-07 17:23:11 +0200
commit44ad516edd175725e68677ecf5924643f357cf4b (patch)
tree007d6e01b1e5413f8730207ef39441399e9337d9 /llvm_mode/afl-llvm-rt.o.c
parentfd9a7e719d3c1f236908a9c356cb90110aed24d7 (diff)
downloadafl++-44ad516edd175725e68677ecf5924643f357cf4b.tar.gz
remove debug
Diffstat (limited to 'llvm_mode/afl-llvm-rt.o.c')
-rw-r--r--llvm_mode/afl-llvm-rt.o.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm_mode/afl-llvm-rt.o.c b/llvm_mode/afl-llvm-rt.o.c
index 22c34ae8..8cc59cbb 100644
--- a/llvm_mode/afl-llvm-rt.o.c
+++ b/llvm_mode/afl-llvm-rt.o.c
@@ -184,9 +184,7 @@ static void __afl_map_shm_fuzz() {
 static void __afl_map_shm(void) {
 
   // we we are not running in afl ensure the map exists
-  fprintf(stderr, "Was: %p\n", __afl_area_ptr);
   if (!__afl_area_ptr) __afl_area_ptr = __afl_area_initial;
-  fprintf(stderr, "Is: %p\n", __afl_area_ptr);
 
   char *id_str = getenv(SHM_ENV_VAR);