Module Name: src Committed By: kamil Date: Sat Oct 5 12:57:40 UTC 2019
Modified Files: src/sys/kern: kern_time.c Log Message: Check for valid timespec in clock_settime1() An alternative approach would be to check the valie in settime1(), but it would result in multiple checks for valid tv_nsec, as there are settime1() users that need to check the ranges earlier. Reported-by: syzbot+96e5ce2c2c704d96c...@syzkaller.appspotmail.com To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/kern/kern_time.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.