From owner-cvs-all@FreeBSD.ORG Fri Sep 10 14:08:18 2004 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 21C1416A4CE; Fri, 10 Sep 2004 14:08:18 +0000 (GMT) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C36F43D49; Fri, 10 Sep 2004 14:08:17 +0000 (GMT) (envelope-from maxim@macomnet.ru) Received-SPF: pass (mp2.macomnet.net: domain of maxim@macomnet.ru designates 127.0.0.1 as permitted sender) receiver=mp2.macomnet.net; client_ip=127.0.0.1; envelope-from=maxim@macomnet.ru; Received: from localhost (1ezewpy4@localhost [127.0.0.1]) by mp2.macomnet.net (8.12.11/8.12.11) with ESMTP id i8AE8Fgo040464; Fri, 10 Sep 2004 18:08:15 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Fri, 10 Sep 2004 18:08:15 +0400 (MSD) From: Maxim Konovalov To: Gleb Smirnoff In-Reply-To: <20040910134345.GD17147@cell.sick.ru> Message-ID: <20040910180345.B40442@mp2.macomnet.net> References: <200409101342.i8ADgOg4052557@repoman.freebsd.org> <20040910134345.GD17147@cell.sick.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ipfw ipfw2.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, 10 Sep 2004 14:08:18 -0000 On Fri, 10 Sep 2004, 17:43+0400, Gleb Smirnoff wrote: > It was used uninitialized only in RELENG_4. It *might be* used uninitialized in all branches. gcc in -current just doesn't complain. > MFC after ?? It is harmless I think. Perhaps with other more important changes in future. > :) > > On Fri, Sep 10, 2004 at 01:42:24PM +0000, Maxim Konovalov wrote: > M> maxim 2004-09-10 13:42:24 UTC > M> > M> FreeBSD src repository > M> > M> Modified files: > M> sbin/ipfw ipfw2.c > M> Log: > M> o Initialize a local variable and make gcc happy. > M> > M> PR: bin/71485 > M> Submitted by: Jukka A. Ukkonen > M> > M> Revision Changes Path > M> 1.57 +2 -0 src/sbin/ipfw/ipfw2.c > > -- Maxim Konovalov