uvm_wxcheck() should only abort the process if kern.wxabort is set.
authorderaadt <deraadt@openbsd.org>
Thu, 18 Aug 2016 19:59:16 +0000 (19:59 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 18 Aug 2016 19:59:16 +0000 (19:59 +0000)
commita1ccd9d3514034bf21612795ce28997c5c991bce
tree51b1af34a1148d00075e69274e867278f6c8eed5
parent5e970e47f21d38fcd753ce2c7ad746224f8af0a8
uvm_wxcheck() should only abort the process if kern.wxabort is set.
The new semantics are W^X violations are reported to the application
via ENOTSUP.  Forgot to fix this during the last change.
Spotted by kettenis
sys/uvm/uvm_mmap.c