A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer a9d728c50a [NTOSKRNL]
Fix a bug in MiAllocatePoolPages, that made the function succeed, when MAX_ULONG / -1 / 0xFFFFFFFF bytes were requested. The value overflowed into 0 and 0 pages were returned. When freeing this block, it could either free the next following large allocation or ASSERT when the end of the pool was reached without finding the end of the allocation.
Fixes FoxitReader 4.2/4.3

svn path=/trunk/; revision=56366
2012-04-19 14:33:53 +00:00
reactos [NTOSKRNL] 2012-04-19 14:33:53 +00:00
rosapps [ROSAPPS] 2012-03-10 13:36:45 +00:00
rostests [CRT TEST] 2012-04-18 18:06:23 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00