uvm_map_inentry() is provided a format string that says "inside", but then
authorderaadt <deraadt@openbsd.org>
Tue, 7 Dec 2021 18:30:26 +0000 (18:30 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 7 Dec 2021 18:30:26 +0000 (18:30 +0000)
commit6e53bd0b54f9f13ec9b1770497488cfdb9e51ec8
treec6d72031f8d17978db3baea2a351dabadb5d8b06
parent3f44aa23088a630637a72875c4a68e8918d21019
uvm_map_inentry() is provided a format string that says "inside", but then
prints the end which is in the next page.  Subtract 1 to avoid confusion.
sys/uvm/uvm_map.c