Module Name: src
Committed By: kamil
Date: Fri Sep 20 13:29:31 UTC 2019
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Validate usec ranges in do_sys_utimes()
sys/kern/vfs_syscalls.c:3939:4, signed integer overflow: 503923632 * 1000
cannot be represented in type 'int'
Reported-by: [email protected]
To generate a diff of this commit:
cvs rdiff -u -r1.534 -r1.535 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.