Module Name: src
Committed By: kamil
Date: Fri Sep 20 15:05:22 UTC 2019
Modified Files:
src/sys/compat/common: kern_select_50.c
Log Message:
Validate usec ranges in compat_50_sys_select()
Later in the code selcommon() checks for proper timespec, check only
correct usec of timeval before type conversions.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/common/kern_select_50.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.