Paul Gofman : ntdll: Validate job handles at process creation.

Alexandre Julliard julliard at winehq.org
Thu May 20 16:09:05 CDT 2021


Module: wine
Branch: master
Commit: ddd161f3393d626d41e4c33b65a0567686cfa753
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ddd161f3393d626d41e4c33b65a0567686cfa753

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Thu May 20 03:29:03 2021 +0300

ntdll: Validate job handles at process creation.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/process.c  | 27 +++++++++++++++++++++++++++
 dlls/ntdll/unix/process.c      | 20 +++++++++++++++++---
 include/wine/server_protocol.h |  5 ++++-
 server/process.c               | 27 +++++++++++++++++++++++++++
 server/protocol.def            |  2 ++
 server/request.h               |  3 ++-
 server/trace.c                 |  3 +++
 7 files changed, 82 insertions(+), 5 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=ddd161f3393d626d41e4c33b65a0567686cfa753



More information about the wine-cvs mailing list