Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/10/2006 22:01:06
Module Name:	src
Committed By:	bouyer
Date:		Mon Apr 10 22:01:06 UTC 2006

Modified Files:
	src/sys/ufs/ffs: ffs_snapshot.c

Log Message:
Revert previous; I mixed bpp and *bpp when reading ffs_balloc_ufs1().
ffs_balloc() will always allocate a new buffer or leave it as NULL,
so coverity is wrong here, we're not using a freed argument.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/ufs/ffs/ffs_snapshot.c

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