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

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


On 13.06.2017 22:12, Sebastian Lackner wrote:
> 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
> 

It is indeed caused by this specific change, so it probably makes sense to hold back patch 2 aswell.
@Matteo: Was there any specific reason for this change?

Best regards,
Sebastian



More information about the wine-devel mailing list