Module Name: src Committed By: riastradh Date: Sat Oct 15 15:22:27 UTC 2022
Modified Files:
src/sys/kern: subr_kobj.c
Log Message:
kobj(9): Forbid reading negative offsets.
Shouldn't have any functional change, but let's fail with EINVAL
rather than reading arbitrarily distant memory.
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/kern/subr_kobj.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
