Skip to content

Commit 9159aec

Browse files
committed
allow -Q with ignore_problems
1 parent 064402c commit 9159aec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/afl-fuzz-init.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,11 @@ void check_binary(afl_state_t *afl, u8 *fname) {
32243224
"want -\n"
32253225
" this setup will be slow and offer no practical benefits.\n");
32263226

3227-
FATAL("Instrumentation found in -Q mode");
3227+
if (!afl->afl_env.afl_ignore_problems) {
3228+
3229+
FATAL("Instrumentation found in -Q mode");
3230+
3231+
}
32283232

32293233
}
32303234

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy