[Bug 52545] New: [PATCH] ACE rights parser should allow octal and decimal formats

WineHQ Bugzilla wine-bugs at winehq.org
Sun Feb 13 16:37:55 CST 2022


https://bugs.winehq.org/show_bug.cgi?id=52545

            Bug ID: 52545
           Summary: [PATCH] ACE rights parser should allow octal and
                    decimal formats
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: advapi32
          Assignee: wine-bugs at winehq.org
          Reporter: ake.rehnman at gmail.com
      Distribution: ---

Created attachment 71859
  --> https://bugs.winehq.org/attachment.cgi?id=71859
Patch

Security descriptor parser should accept octal and decimal numeric format in
addition to hex.

 ace-rights = (*text-rights-string) / ("0x" 1*8HEXDIG) / ("0" 1*%x30-37) /
(1*DIGIT )

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/f4296d69-1c0f-491f-9587-a960b292d070

-- 
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.



More information about the wine-bugs mailing list