Subject: CVS commit: src/sbin/fsck_lfs
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/20/2006 01:20:55
Module Name:	src
Committed By:	christos
Date:		Mon Mar 20 01:20:55 UTC 2006

Modified Files:
	src/sbin/fsck_lfs: vnode.c

Log Message:
Coverity CID 2551: Don't use LIST_FOREACH() if you are going to free the
current element (bp) in the body of the loop; the foreach does bp = bp->next;


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/fsck_lfs/vnode.c

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