mirror of
https://github.com/reactos/reactos.git
synced 2026-09-09 19:03:52 +08:00
The code was passing 0 instead of SECTION_INHERIT::ViewUnmap (2). 0 isn't even a proper constant to be used here. It worked, because MmMapViewOfSection only compares against ViewShare (1) and treats everything else as ViewUnmap.