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:23
Module Name: src
Committed By: jmc
Date: Tue Apr 6 05:43:23 UTC 2004
Modified Files:
src/lib/libc/db/hash [netbsd-1-6]: hash_bigkey.c
Log Message:
Pullup rev 1.16 (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.14 -r1.14.12.1 src/lib/libc/db/hash/hash_bigkey.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.