remove debug

This commit is contained in:
van Hauser
2020-08-07 17:23:11 +02:00
parent fd9a7e719d
commit 44ad516edd

View File

@ -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);