NetBSD-Bugs archive

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

PR/51003 CVS commit: src/lib/libc/time



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51003 CVS commit: src/lib/libc/time
Date: Tue, 31 May 2016 03:47:49 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Tue May 31 03:47:49 UTC 2016
 
 Modified Files:
 	src/lib/libc/time: zic.c
 
 Log Message:
 PR 51003 David Binderman: bzero struct before passing it around.
 
 This is actually unnecessary as the call in question uses only fields
 that have been set explicitly, but good practice regardless and it's
 not like it's on a performance-critical path.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.57 -r1.58 src/lib/libc/time/zic.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