mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 13:01:29 +01:00
ce2b9f5ec2
* When the page_protections array is allocated, we should clear the protections from the area's flags, since they aren't used for anything when the page_protections array is activated. * When set_area_protection is called and there is a page_protections array in use, it should be freed, and we should reset the protections on all pages. * Add some tests related to these behaviors.