Subject: CVS commit: src/lib/libc/db/hash
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/20/2003 20:41:15
Module Name:	src
Committed By:	christos
Date:		Sun Apr 20 20:41:15 UTC 2003

Modified Files:
	src/lib/libc/db/hash: hash_bigkey.c hash_buf.c

Log Message:
PR/5996: ITOH Yasufumi: lib/libc/db/hash/* writes memory garbage to db file
Fixed by changing malloc's to calloc's where needed.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/lib/libc/db/hash/hash_bigkey.c
cvs rdiff -r1.8 -r1.9 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.