[PATCH v2] sechost: Support decimal access rights in ConvertStringSecurityDescriptorToSecurityDescriptor.

Dmitry Timoshkov dmitry at baikal.ru
Wed Jul 6 07:32:13 CDT 2022


Alexandre Julliard <julliard at winehq.org> wrote:

> Dmitry Timoshkov <dmitry at baikal.ru> writes:
> 
> > v2: Add a test with leading zero.
> 
> Well, the interesting question is whether it would be treated as octal
> (i.e. leaving it up to wcstoul to detect the base).

Looks like your guess is correct, and leading zero should be treated as
an octal number. Thanks for the good review!

-- 
Dmitry.



More information about the wine-devel mailing list