Module Name: src Committed By: kamil Date: Fri Sep 20 15:25:19 UTC 2019
Modified Files: src/sys/compat/linux/common: linux_misc.c src/sys/compat/linux32/common: linux32_unistd.c Log Message: Avoid signed integer overflow when convering linux timeval to timespec Linux accepts garbage as timeout and attempts to set it to something meaningful. Instead of checking for valid ranges of usec, just convert the type safely, regardless of what is inside it. To generate a diff of this commit: cvs rdiff -u -r1.244 -r1.245 src/sys/compat/linux/common/linux_misc.c cvs rdiff -u -r1.40 -r1.41 src/sys/compat/linux32/common/linux32_unistd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.