X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fbad-cflags-stackprotector;fp=t%2Flogs%2Fbad-cflags-stackprotector;h=ab460f2fe96ccefe4ada55af6bfc97976afce0de;hb=d791242047730d55a858f668702ea27fe3c77f77;hp=0000000000000000000000000000000000000000;hpb=a0449437d5ece8f14f3b450e91325e0e8a6765e7;p=blhc%2Fblhc.git diff --git a/t/logs/bad-cflags-stackprotector b/t/logs/bad-cflags-stackprotector new file mode 100644 index 0000000..ab460f2 --- /dev/null +++ b/t/logs/bad-cflags-stackprotector @@ -0,0 +1,5 @@ +dpkg-buildpackage: source package test + +gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c -fno-stack-protector test-a.c +gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c -fno-stack-protector-all test-a.c +gcc -g -O2 -fstack-protector-strong -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c -fno-stack-protector-strong test-a.c