From owner-freebsd-bugs Fri Feb 21 06:30:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA26817 for bugs-outgoing; Fri, 21 Feb 1997 06:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA26805; Fri, 21 Feb 1997 06:30:02 -0800 (PST) Date: Fri, 21 Feb 1997 06:30:02 -0800 (PST) Message-Id: <199702211430.GAA26805@freefall.freebsd.org> To: freebsd-bugs Cc: From: "John R. Jackson" Subject: Re: bin/2779: Uninitialized variable may cause "fetch -m" to fail Reply-To: "John R. Jackson" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2779; it has been noted by GNATS. From: "John R. Jackson" To: John-Mark Gurney Cc: freebsd-bugs@freefall.freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: bin/2779: Uninitialized variable may cause "fetch -m" to fail Date: Fri, 21 Feb 1997 09:20:01 EST >which version of main.c is this patched against?? I can't seem to find >the variable size0 any place in the current fetch... It was against FreeBSD-current/src/bin/fetch/main.c as of 18-Jan-97, however I just pulled another version (now in usr.bin?) and it has obviously been completely rewritten. I agree the bug is no longer there. >John-Mark JJ