Subject: CVS commit: src/sys/ufs/ufs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/20/2007 16:45:58
Module Name:	src
Committed By:	pooka
Date:		Tue Feb 20 16:45:58 UTC 2007

Modified Files:
	src/sys/ufs/ufs: ufs_vnops.c

Log Message:
In readdir, in case cookies was already allocated but is later free'd
due to an error, reset value of cookies to NULL to avoid confusing
callers.

should fix kern/35728


To generate a diff of this commit:
cvs rdiff -r1.149 -r1.150 src/sys/ufs/ufs/ufs_vnops.c

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