Subject: CVS commit: [netbsd-1-6] src/lib/libc/db/hash
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 04/06/2004 05:43:18
Module Name:	src
Committed By:	jmc
Date:		Tue Apr  6 05:43:18 UTC 2004

Modified Files:
	src/lib/libc/db/hash [netbsd-1-6]: hash_buf.c

Log Message:
Pullup rev 1.9 (requested by bouyer in ticket #1651)

lib/libc/db/hash/* writes memory garbage to db file.
Fixed by changing malloc's to calloc's where needed. PR#5996


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.14.1 src/lib/libc/db/hash/hash_buf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.