In the previous commit, FIXPROT would upgrade a PROT_NONE mapping too far.
authorderaadt <deraadt@openbsd.org>
Wed, 25 Jan 2023 23:42:03 +0000 (23:42 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 25 Jan 2023 23:42:03 +0000 (23:42 +0000)
commitc74ea1ce49c33a5a0b9c9686e76338d41ee46261
tree7e0afe0ab74cb37095131152094df467006356e0
parent81f2740f0a58f27703345a5bc175a8d3d87eb4a2
In the previous commit, FIXPROT would upgrade a PROT_NONE mapping too far.
Correct the logic, still blocking PROT_EXEC
ok anton kettenis
sys/uvm/uvm_map.c