[PATCH 3/6] server: Implement changing the label of a security descriptor.

Sebastian Lackner sebastian at fds-team.de
Tue Jun 13 15:12:01 CDT 2017


On 13.06.2017 21:00, Alexandre Julliard wrote:
> Matteo Bruni <mbruni at codeweavers.com> writes:
> 
>> From: Michael Müller <michael at fds-team.de>
>>
>> Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
>> ---
>>  dlls/advapi32/tests/security.c | 153 ++++++++++++++++++++++++++++++++++++++++-
>>  dlls/ntdll/sec.c               |   3 +-
>>  server/handle.c                | 130 +++++++++++++++++++++++++++++++++-
>>  3 files changed, 282 insertions(+), 4 deletions(-)
> 
> It doesn't work here:
> [...]

I can't test it right now, but I suspect that this is caused by a change done by Matteo Bruni in patch 2.

> +    if (!count) return 1;
> +

This wasn't present yet in Michael Müllers original patchset.

Best regards,
Sebastian



More information about the wine-devel mailing list