We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fae196 commit e07d3d7Copy full SHA for e07d3d7
afl-cov
@@ -830,7 +830,7 @@ def is_bin_gcov_enabled(binary, cargs):
830
False, cargs, WANT_OUTPUT)[1]:
831
if ' __gcov' in line:
832
if cargs.validate_args or cargs.gcov_check or cargs.gcov_check_bin:
833
- print "[+] Binary '%s' is compiled with code coverage support gcc." % binary
+ print "[+] Binary '%s' is compiled with code coverage support via gcc." % binary
834
rv = True
835
break
836
0 commit comments