]> sourceware.org Git - annobin.git/commitdiff
Skip stackrealign test in hardening checks as this is not enabled for i686 binaries...
authorNick Clifton <nickc@redhat.com>
Wed, 30 May 2018 11:01:58 +0000 (12:01 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 30 May 2018 11:01:58 +0000 (12:01 +0100)
tests/hardening-test

index e322bd38ff9497eb6614946821f784b8966ff378..bc00df0d1987cd0a4fe46f2ed92e9d6bbe30cb31 100755 (executable)
@@ -52,5 +52,5 @@ $GCC -fplugin=$PLUGIN \
 
 $srcdir/../scripts/hardened.sh  --readelf=$READELF \
   --skip=fort -k=operator --skip=clash --skip=cf -k=cet \
-  --skip=pic --skip=stack \
+  --skip=pic --skip=stack --skip=realign \
   hardening-test.exe
This page took 0.024845 seconds and 5 git commands to generate.