Skip to content

Commit 9f88449

Browse files
committed
bug fix noted by @umlaeute be more permissive with instrumented binaries check
1 parent 3cb0682 commit 9f88449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

afl-cov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ def is_gcov_enabled(cargs):
891891
found_exec = True
892892
if is_bin_gcov_enabled(part, cargs):
893893
found_code_cov_binary = True
894-
break
894+
break
895895

896896
if not found_exec:
897897
print "[*] Could not find an executable binary " \

0 commit comments

Comments
 (0)