Fix a broken array lookup in the old 4.3 BSD mmap compatibility code
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 14 Nov 2005 18:07:13 +0000 (18:07 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 14 Nov 2005 18:07:13 +0000 (18:07 +0000)
commit8c0bb9813a6cc65dc1835a4cf45af73603bed765
tree049869f3e0ba86c886c52102db0dd58f997a6604
parentc9b6181e20ca004607709fd70d33bea4aea892c9
Fix a broken array lookup in the old 4.3 BSD mmap compatibility code
that could crash the kernel.

Reported-by: Stefan Krueger <skrueger@meinberlikomm.de>
sys/emulation/43bsd/43bsd_vm.c