http://bugs.winehq.org/show_bug.cgi?id=33970 Bug #: 33970 Summary: GetSecurityInfo success, but DACL pointer is NULL Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: elhana(a)sigil-guild.org Classification: Unclassified GetSecurityInfo(GetCurrentProcess(), SE_KERNEL_OBJECT, DACL_SECURITY_INFORMATION, 0, 0, &ppDacl, 0, &ppSecurityDescriptor) returns ERROR_SUCCESS, but ppDacl is NULL, causing ppDacl->AclSize after that to crash. Real world example is in closed beta, but I can provide a test case if needed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.