From owner-freebsd-current Mon Aug 5 0:21:59 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 883AF37B400; Mon, 5 Aug 2002 00:21:56 -0700 (PDT) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4505543E6A; Mon, 5 Aug 2002 00:21:56 -0700 (PDT) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 37DDE9E57; Mon, 5 Aug 2002 03:16:58 -0400 (EDT) Date: Mon, 5 Aug 2002 03:16:58 -0400 From: Mike Barcroft To: jeff@FreeBSD.org Cc: current@freebsd.org Subject: Re: i386 tinderbox failure Message-ID: <20020805031658.A29240@espresso.q9media.com> References: <200208050710.g757Ajp5070986@ref5.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208050710.g757Ajp5070986@ref5.freebsd.org>; from des@FreeBSD.org on Mon, Aug 05, 2002 at 12:10:45AM -0700 Organization: The FreeBSD Project Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > cc1: warnings being treated as errors > /local0/scratch/des/src/sys/kern/vfs_cache.c: In function `vn_fullpath': > /local0/scratch/des/src/sys/kern/vfs_cache.c:824: warning: `vp' might be used uninitialized in this function > *** Error code 1 Jeff, This assertion can't be right since vp will always be uninitialized. Does it need to be moved into the for loop a few lines below, or is checking vn sufficient? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message