You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DS2: adjust type for GetSidSubAuthorityCount result
`GetSidSubAuthorityCount` returns a `PUCHAR`, adjust the storage to use
the appropriate type rather than the `DWORD` which widens the result
unnecessarily (and subsequently needs to be truncated for the calls in
the construction of the SID.
0 commit comments