http://bugs.winehq.org/show_bug.cgi?id=28462
Summary: ntdll/exception test segfaults if CFLAGS="-fstack-protector-all" is used Product: Wine Version: 1.3.28 Platform: x86 URL: http://wiki.debian.org/Hardening OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: enhancement Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
+++ This bug was initially created as a clone of Bug #28461 +++
make test passes for me fine if I use -fstack-protector, but if I use fstack-protector-all, some tests fail. Next up, ntdll/exception.c:
austin@aw25 ~/wine-git/dlls/ntdll/tests $ make exception.ok ../../../tools/runtest -q -P wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so exception.c && touch exception.ok /bin/sh: line 1: 21350 Segmentation fault ../../../tools/runtest -q -P wine -M ntdll.dll -T ../../.. -p ntdll_test.exe.so exception.c make: *** [exception.ok] Error 139
testing this when I noticed that Debian is planning to harden packages by default: http://wiki.debian.org/Hardening http://lists.debian.org/debian-devel/2011/09/msg00054.html
https://bugs.winehq.org/show_bug.cgi?id=28462
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL| |http://wiki.debian.org/Hard |http://wiki.debian.org/Hard |ening |ening | Resolution|--- |DUPLICATE
--- Comment #1 from Austin English austinenglish@gmail.com --- Apparently I filed this twice..
*** This bug has been marked as a duplicate of bug 28461 ***
https://bugs.winehq.org/show_bug.cgi?id=28462
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.