A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Sir Richard 44e3333652 [NTOS]: High-level interface fixes to NtAllocateVirtualMemory/NtFreeVirtualMemory:
- Validate MEM_LARGE_PAGES, MEM_PHYSICAL flags. Check for permission to use MEM_LARGE_PAGES.
        - Validate protection mask.
        - Validate MEM_RELEASE and MEM_DECOMMIT.
        - Perform correct SEH in NtFreeVirtualMemory.
        - Protect against overflows past VAD/User address ranegs.
        - Only reference the process by handle if this isn't already the current process.
        - If this isn't the current process, attach to it during the duration of the VM operation.

svn path=/trunk/; revision=49004
2010-10-05 20:00:32 +00:00
irc
reactos [NTOS]: High-level interface fixes to NtAllocateVirtualMemory/NtFreeVirtualMemory: 2010-10-05 20:00:32 +00:00
rosapps [TOUCH] 2010-07-25 20:57:38 +00:00
rostests [KMTEST] 2010-09-29 21:42:11 +00:00
wallpaper