[Bug 33970] New: GetSecurityInfo success, but DACL pointer is NULL
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.
http://bugs.winehq.org/show_bug.cgi?id=33970 --- Comment #1 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-07-06 11:58:29 CDT --- Dup of bug 4264 ? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33970 --- Comment #2 from elhana(a)sigil-guild.org 2013-07-09 11:43:17 CDT --- When I initially searched for similar problems it looked unrelated, but now comment 11 there seems to describe same issue, slight difference is process handle in my case instead of registry. I changed RtlGetDaclSecurityDescriptor to run game client past that point, by forcing it to return DACL, but I don't think it is a right thing to do in general. It seems to me dacl should already be present in SecurityDescriptor and looks like NtQuerySecurityObject creates it. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33970 --- Comment #3 from elhana(a)sigil-guild.org --- For the record, this was an issue with Wildstar closed beta client, but WS devs fixed it few month ago on their side. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=33970 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Version|unspecified |1.6-rc4 Resolution|--- |DUPLICATE Summary|GetSecurityInfo success, |Wildstar closed beta client |but DACL pointer is NULL |fails (GetSecurityInfo | |returns NULL DACL for | |process object) --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, resolving this as dupe of bug 15980 since that app there also suffers from GetSecurityInfo returning NULL DACL for process object. Regards *** This bug has been marked as a duplicate of bug 15980 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=33970 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #5 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org