https://bugs.winehq.org/show_bug.cgi?id=54879
Bug ID: 54879 Summary: RtlValidSecurityDescriptor should TRUE if the given descriptor is valid. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: ake.rehnman@gmail.com Distribution: ---
Created attachment 74376 --> https://bugs.winehq.org/attachment.cgi?id=74376 patch attempt
RtlValidSecurityDescriptor should return a boolean true if the descriptor is valid.
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-rt...
https://bugs.winehq.org/show_bug.cgi?id=54879
ake.rehnman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|RtlValidSecurityDescriptor |RtlValidSecurityDescriptor |should TRUE if the given |should return TRUE if the |descriptor is valid. |given descriptor is valid.
https://bugs.winehq.org/show_bug.cgi?id=54879
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This will need a test to verify return value change. And if the change is correct, you'll need to fix every place that calls this function in the same patch.
https://bugs.winehq.org/show_bug.cgi?id=54879
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |8.7 Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- This is included in https://gitlab.winehq.org/wine/wine/-/merge_requests/2737
https://bugs.winehq.org/show_bug.cgi?id=54879
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |5a3fd972f4c87925364e7511d65 | |5442fd0e8f96f Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- This is now fixed, 5a3fd972f4c87925364e7511d655442fd0e8f96f.
https://bugs.winehq.org/show_bug.cgi?id=54879
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 8.8.