From 44ad516edd175725e68677ecf5924643f357cf4b Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 7 Aug 2020 17:23:11 +0200 Subject: remove debug --- llvm_mode/afl-llvm-rt.o.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'llvm_mode/afl-llvm-rt.o.c') 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); -- cgit 1.4.1