ntdll: handle invalid pointers in NtQueryInformationProcess(ProcessDebugObjectHandle)

Andrey Turkin andrey.turkin at gmail.com
Tue Oct 6 04:34:21 CDT 2009


As described in bug 12859, at least one code protector uses NTSTATUS as
pointer for output buffer for NtQueryInformationProcess, so catch NULL
(STATUS_SUCCESSFUL) pointer access.

---
  dlls/ntdll/process.c |    9 ++++++++-
  1 files changed, 8 insertions(+), 1 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-handle-invalid-pointers-in-NtQueryInformationP.patch
Type: text/x-patch
Size: 807 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091006/6eb9d9ec/attachment.bin>


More information about the wine-patches mailing list