Module: wine Branch: master Commit: 3fb4d1f779770eab44d3f56fb9e95899b3791ca5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3fb4d1f779770eab44d3f56fb...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 23 11:14:08 2021 +0200
ntdll: Always clear the returned handle in Nt object functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/info.c | 9 +- dlls/ntdll/tests/om.c | 310 +++++++++++++++++++++++++++++++++++++++++++-- dlls/ntdll/unix/file.c | 5 +- dlls/ntdll/unix/process.c | 2 + dlls/ntdll/unix/registry.c | 9 +- dlls/ntdll/unix/security.c | 5 + dlls/ntdll/unix/server.c | 2 + dlls/ntdll/unix/sync.c | 37 ++++-- dlls/ntdll/unix/thread.c | 2 + 9 files changed, 354 insertions(+), 27 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3fb4d1f779770eab44d3f...