From 358df6e80678ae8b8be4062909ec56ee41cedf3d Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Tue, 9 Dec 2008 13:35:06 +0000 Subject: [PATCH] - Test commit for the crash which the build server is experiencing (will be reverted) svn path=/trunk/; revision=37961 --- rostests/winetests/advapi32/security.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rostests/winetests/advapi32/security.c b/rostests/winetests/advapi32/security.c index 99dbce88d92..a6a5a5a3c51 100644 --- a/rostests/winetests/advapi32/security.c +++ b/rostests/winetests/advapi32/security.c @@ -2409,6 +2409,7 @@ static void test_PrivateObjectSecurity(void) "G:S-1-5-21-93476-23408-4576" "D:(A;NP;GAGXGWGR;;;SU)(A;IOID;CCDC;;;SU)(D;OICI;0xffffffff;;;S-1-5-21-93476-23408-4576)" "S:(AU;OICINPIOIDSAFA;CCDCLCSWRPRC;;;SU)(AU;NPSA;0x12019f;;;SU)", SDDL_REVISION_1, &sec, &dwDescSize), "Creating descriptor failed\n"); + DbgPrint("Received %p\n", sec); buf = HeapAlloc(GetProcessHeap(), 0, dwDescSize); pSetSecurityDescriptorControl(sec, SE_DACL_PROTECTED, SE_DACL_PROTECTED); GetSecurityDescriptorControl(sec, &ctrl, &dwRevision); -- 2.17.1