mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
b483aad5f9
[NTOSKRNL]: Make MmCreateSection do the correct access checks and parameter checks, just like ARM3 does. For example, asking for PAGE_EXECUTE on a non-image file no longer requests SYNCHRONIZE and FILE_READ_DATA...it asks... FILE_EXECUTE. Cause you know... that's what the caller..wants. Anyway, this, among other things, fixes LdrValidateImageChecksum (and those annoying errors 0xC0000022 in the logs). SMSS is now checking the checksums of Known DLLs just like before (in Win7 they stopped doing this to improve boot performance, lol). It also makes Windows' SMSS happy. svn path=/trunk/; revision=60055 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |