NetBSD-Bugs archive

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

PR/58733 CVS commit: src



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

From: "Robert Elz" <kre%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58733 CVS commit: src
Date: Thu, 10 Oct 2024 11:14:29 +0000

 Module Name:	src
 Committed By:	kre
 Date:		Thu Oct 10 11:14:28 UTC 2024
 
 Modified Files:
 	src/share/man/man9: ts2timo.9
 	src/sys/kern: subr_time.c
 
 Log Message:
 PR kern/58733 - avoid ts2timo() clobbering its arg
 
 See the PR for the gory details - in the TIMER_ABSTIME case
 ts2timo() should not (really *must* not) alter the timespec
 it is passed (in that case it should be const - but for now
 anyway, cannot be for the TIMER_RELTIME case, and there is
 just one of them!)
 
 XXX pullup -10
 XXX pullup -9 (will need a patch).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/ts2timo.9
 cvs rdiff -u -r1.38 -r1.39 src/sys/kern/subr_time.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