Module Name: src Committed By: kamil Date: Tue Mar 24 01:13:41 UTC 2020
Modified Files:
src/lib/librumpuser: sp_common.c
Log Message:
Fix off-by-one
Before accessing array member, check whether it is not out of valid range.
Detected with ASan + RUMPKERNEL.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/lib/librumpuser/sp_common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
