NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58914 CVS commit: src



The following reply was made to PR kern/58914; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58914 CVS commit: src
Date: Thu, 19 Dec 2024 23:45:40 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Dec 19 23:45:39 UTC 2024
 
 Modified Files:
 	src/sys/kern: sys_timerfd.c
 	src/tests/lib/libc/sys: t_timerfd.c
 
 Log Message:
 timerfd_settime(2): Sanitize inputs like timer_settime(2).
 
 PR kern/58914: timerfd_settime(2) is missing itimespecfix
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 src/sys/kern/sys_timerfd.c
 cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_timerfd.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index