Chromium Code Reviews| Index: sandbox/win/src/nt_internals.h |
| diff --git a/sandbox/win/src/nt_internals.h b/sandbox/win/src/nt_internals.h |
| index 8b22e0e9a3d0ee5af4472102ef86435f3250a897..2fe27aa8cf000f1d279937de085a3e48d4a2254e 100644 |
| --- a/sandbox/win/src/nt_internals.h |
| +++ b/sandbox/win/src/nt_internals.h |
| @@ -450,8 +450,8 @@ typedef NTSTATUS (WINAPI *NtQueryVirtualMemoryFunction)( |
| IN PVOID BaseAddress, |
| IN MEMORY_INFORMATION_CLASS MemoryInformationClass, |
| OUT PVOID MemoryInformation, |
| - IN ULONG MemoryInformationLength, |
| - OUT PULONG ReturnLength OPTIONAL); |
| + IN SIZE_T MemoryInformationLength, |
| + OUT PSIZE_T ReturnLength OPTIONAL); |
|
rvargas (doing something else)
2015/02/17 20:47:30
We run elf on x64, don't we?. Which means that if
robertshield
2015/02/17 23:54:43
Yep.
Reid Kleckner
2015/02/19 01:57:06
It might not fail at all if there is no useful dat
rvargas (doing something else)
2015/02/19 02:09:55
My point was that looking at the code of GetBackin
|
| typedef NTSTATUS (WINAPI *NtProtectVirtualMemoryFunction)( |
| IN HANDLE ProcessHandle, |