mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
If we unregister from the RegionTree before unmapping, there's a race where a new region can get inserted at the same address that we're about to unmap. If this happens, ~Region() will then unmap the newly inserted region, which now finds itself with cleared-out page table entries.
19 KiB
19 KiB