CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2022/06/29 11:39:54

Modified files:
        usr.sbin/vmd   : vm.c 

Log message:
vmd(8): fix off by one in vm memory range check

When inspecting if a gpa falls into a known memory range, vmd was
considering it valid 1 byte past the end resulting in selecting the
wrong starting range for the search.

ok mlarkin@

Reply via email to