From 649076600dc1db265de43c3bc2d7a3bcf0aa4b5c Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 26 Dec 2021 01:24:03 +0100 Subject: debug ci --- test/test-basic.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/test-basic.sh b/test/test-basic.sh index 393e47ea..c87239d9 100755 --- a/test/test-basic.sh +++ b/test/test-basic.sh @@ -50,6 +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 CODE=1 } rm -f test-compcov.harden -- cgit 1.4.1