http://bugs.winehq.org/show_bug.cgi?id=28460
Summary: ieframe/ie test fails 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: mshtml AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
make test passes for me fine if I use -fstack-protector, but if I use fstack-protector-all, some tests fail. First, ieframe/ie:
make[1]: Entering directory `/home/austin/wine-git/dlls/ieframe/tests' ../../../tools/runtest -q -P wine -M ieframe.dll -T ../../.. -p ieframe_test.exe.so ie.c && touch ie.ok fixme:ieframe:ClassFactory_QueryInterface (0x685684f0)->({00000003-0000-0000-c000-000000000046} 0x33fb4c) fixme:ole:CoResumeClassObjects stub fixme:storage:create_storagefile Storage share mode not implemented. err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005 (-1073741819) err:rpc:I_RpcReceive we got fault packet with status 0x3e6 err:ole:xCall RpcChannelBuffer SendReceive failed, 800703e6 ie.c:37: Test failed: get_Visible failed: 800703e6 ie.c:38: Test failed: Visible = 800703e6 err:ole:TMStubImpl_Invoke invoke call failed with exception 0xc0000005 (-1073741819) err:rpc:I_RpcReceive we got fault packet with status 0x3e6 err:ole:xCall RpcChannelBuffer SendReceive failed, 800703e6 ie.c:45: Test failed: get_Visible failed: 800703e6 ie.c:46: Test failed: Visible = 800703e6 make[1]: *** [ie.ok] Error 4 make[1]: Leaving directory `/home/austin/wine-git/dlls/ieframe/tests' make: *** [dlls/ieframe/tests/__test__] Error 2
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