diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-26 01:54:19 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-26 01:54:19 +0100 |
commit | 2d9e0f56b05e05ef7a485ccca95753a686535fb6 (patch) | |
tree | ceccce0d78a4d33adf0eb8727cf7a1e809d84e92 | |
parent | 146eb32c3116cac81870b99750306a6df5e8061c (diff) | |
download | afl++-2d9e0f56b05e05ef7a485ccca95753a686535fb6.tar.gz |
debug ci
-rwxr-xr-x | test/test-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-basic.sh b/test/test-basic.sh index ef6c9bb5..2c8ea122 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -50,7 +50,7 @@ test "$SYS" = "i686" -o "$SYS" = "x86_64" -o "$SYS" = "amd64" -o "$SYS" = "i86pc $ECHO "$RED[!] ${AFL_GCC} hardened mode is not hardened" env | egrep 'AFL|PATH|LLVM' AFL_DEBUG=1 AFL_HARDEN=1 ../${AFL_GCC} -o test-compcov.harden test-compcov.c - grep -Eqa 'stack_chk_fail|fstack-protector-all|fortified' test-compcov.harden && echo found + nm test-compcov.harden CODE=1 } rm -f test-compcov.harden |