From owner-cvs-src@FreeBSD.ORG Sat Dec 9 16:34:40 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 A075B16A40F; Sat, 9 Dec 2006 16:34:40 +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 0917943CB1; Sat, 9 Dec 2006 16:33:33 +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 kB9GYb4Z012005; Sat, 9 Dec 2006 16:34:37 GMT (envelope-from rodrigc@repoman.freebsd.org) Received: (from rodrigc@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB9GYbQt012004; Sat, 9 Dec 2006 16:34:37 GMT (envelope-from rodrigc) Message-Id: <200612091634.kB9GYbQt012004@repoman.freebsd.org> From: Craig Rodrigues Date: Sat, 9 Dec 2006 16:34:37 +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_vnops.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:34:40 -0000 rodrigc 2006-12-09 16:34:37 UTC FreeBSD src repository Modified files: sys/fs/unionfs union_vnops.c Log: In unionfs_readdir(), prevent a possible NULL dereference. CID: 1667 Found by: Coverity Prevent (tm) Revision Changes Path 1.137 +4 -0 src/sys/fs/unionfs/union_vnops.c