From owner-cvs-src@FreeBSD.ORG Sat Dec 9 16:27:51 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 24E2116A403; Sat, 9 Dec 2006 16:27:51 +0000 (UTC) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F349243CB4; Sat, 9 Dec 2006 16:26:45 +0000 (GMT) (envelope-from rodrigc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB9GRotZ010472; Sat, 9 Dec 2006 16:27:50 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB9GRoRU010471; Sat, 9 Dec 2006 16:27:50 GMT (envelope-from rodrigc) Message-Id: <200612091627.kB9GRoRU010471@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 9 Dec 2006 16:27:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/unionfs union_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 16:27:51 -0000 rodrigc 2006-12-09 16:27:50 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_subr.c Log: In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating over the list of nodes to free them. CID: 1668 Found by: Coverity Prevent (tm) Revision Changes Path 1.88 +3 -2 src/sys/fs/unionfs/union_subr.c