A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Thomas Faber 2c09a3d5af [NTOS:MM]
Make special pool usable:
- Invalidate PTEs on free to catch use-after-free situations (and not confuse Mm)
- Fix pattern check not to look for more than 8 bits in a byte
- Enable POOL_FLAG_SPECIAL_POOL if special pool has been initialized
- Implement MmExpandSpecialPool
- Issue the correct SPECIAL_POOL_DETECTED_MEMORY_CORRUPTION bugcheck when problems are detected
- Magic values--
To enable special pool for a single tag, set a value for MmSpecialPoolTag in ntoskrnl/mm/ARM3/pool.c.
To enable it for more than one tag, set MmSpecialPoolTag and modify MmUseSpecialPool in ntoskrnl/mm/ARM3/special.c (e.g. to return TRUE independent of Tag).
CORE-8680 #resolve

svn path=/trunk/; revision=64886
2014-10-22 13:04:57 +00:00
reactos [NTOS:MM] 2014-10-22 13:04:57 +00:00
rosapps [BUTTERFLIES] 2014-09-24 22:18:51 +00:00
rostests [XCOPY_WINETEST] 2014-10-21 15:50:16 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00