mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
MmGetSectionAssociation races with _MmSetPageEntrySectionSegment without sharing a lock. So we need to hold the PFN lock, until we have referenced the section segment found in the RMAP. This prevents that a section segment, which still has associated RMAPs from being deleted behind our back.
16 KiB
16 KiB