- Test commit for the crash which the build server is experiencing (will be reverted)

svn path=/trunk/; revision=37961
This commit is contained in:
Stefan Ginsberg 2008-12-09 13:35:06 +00:00
parent cbea1f27b7
commit 358df6e806

View file

@ -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);