Re: ntdll: Fixed buffer size checking for ProcessWow64Information on 64bit in NtQueryInformationProcess. (try 2)
14 Jan
2015
14 Jan
'15
8:03 p.m.
Qian Hong <qhong(a)codeweavers.com> writes:
@@ -403,12 +403,13 @@ NTSTATUS WINAPI NtQueryInformationProcess( break;
case ProcessWow64Information: - len = sizeof(DWORD); + len = sizeof(ULONG_PTR);
You'd also have to write the correct size, and add tests demonstrating that. -- Alexandre Julliard julliard(a)winehq.org
15 Jan
15 Jan
1:35 p.m.
New subject: ntdll: Fixed buffer size checking for ProcessWow64Information on 64bit in NtQueryInformationProcess. (try 2)
On Thu, Jan 15, 2015 at 4:03 AM, Alexandre Julliard <julliard(a)winehq.org> wrote:
You'd also have to write the correct size, and add tests demonstrating that. Thanks very much for review, I sent a new patch address that issue.
-- Regards, Qian Hong - http://www.codeweavers.com
3983
Age (days ago)
3984
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Qian Hong