Subject: CVS commit: [netbsd-3] src/lib/libc/db/recno
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/11/2005 12:17:30
Module Name:	src
Committed By:	tron
Date:		Sat Jun 11 12:17:30 UTC 2005

Modified Files:
	src/lib/libc/db/recno [netbsd-3]: rec_open.c

Log Message:
Pull up revision 1.14 (requested by lukem in ticket #395):
Ensure dbp is initialized to NULL before trying to use it in an error codepath.
Detected with gcc -Wuninitialized.
(The bug was introduced in rev 1.13.  Hi Mycroft! :)


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.13.2.1 src/lib/libc/db/recno/rec_open.c

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