NetBSD-Bugs archive

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

PR/50574 CVS commit: src/lib/libutil



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50574 CVS commit: src/lib/libutil
Date: Thu, 31 Dec 2015 10:31:07 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Thu Dec 31 10:31:07 UTC 2015
 
 Modified Files:
 	src/lib/libutil: parsedate.y
 
 Log Message:
 Always use localtime_r; I don't think any of this code is tripping
 itself up, but it's still good practice for library functions to not
 trash static libc state. Might be relevant to PR 50574.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.25 -r1.26 src/lib/libutil/parsedate.y
 
 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