ntdll: handle invalid pointers in NtQueryInformationProcess(ProcessDebugObjectHandle)

Andrey Turkin andrey.turkin at gmail.com
Fri Oct 2 08:25:26 CDT 2009


As described in bug 12859, at least one code protector uses NTSTATUS as
pointer for output buffer for NtQueryInformationProcess. Native
NtQueryInformationProcess catch invalid memory accesses - do the same
for this information class.
---
  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: 865 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091002/1d5d5bdf/attachment.bin>


More information about the wine-patches mailing list