diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-07 22:47:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-07 22:47:19 +0000 |
commit | 7651ba744afee68bf52b751d205928cd5a04d924 (patch) | |
tree | 7a47728af5cf9ab7167bf71f8eab15e8c2ab66fc /regress | |
parent | 61d1ac075528509885ab5b04ebfc411ea7d73408 (diff) |
Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access to
pages mapped without read (or write) permissions.
The existing logic would incorrectly match uvm_fault() returning EACCES with
the CMMU fault logic reporting a bus error (which will still cause SIGBUS
to be sent).
Diffstat (limited to 'regress')
0 files changed, 0 insertions, 0 deletions