From owner-cvs-all@FreeBSD.ORG Fri Dec 26 04:00:49 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 537D816A4CE; Fri, 26 Dec 2003 04:00:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3A5A43D54; Fri, 26 Dec 2003 04:00:47 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBQC0l0B014068; Fri, 26 Dec 2003 04:00:47 -0800 (PST) (envelope-from dfr@repoman.freebsd.org) Received: (from dfr@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBQC0l7l014067; Fri, 26 Dec 2003 04:00:47 -0800 (PST) (envelope-from dfr) Message-Id: <200312261200.hBQC0l7l014067@repoman.freebsd.org> From: Doug Rabson Date: Fri, 26 Dec 2003 04:00:47 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gen opendir.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2003 12:00:49 -0000 dfr 2003/12/26 04:00:47 PST FreeBSD src repository Modified files: lib/libc/gen opendir.c Log: Make sure we initialise dirp->dd_size if we aren't reading a unionfs directory. Special thanks to: valgrind Revision Changes Path 1.21 +1 -0 src/lib/libc/gen/opendir.c