Subject: Uninitalised variables (was Re: CVS commit: src)
To: None <thorpej@netbsd.org>
From: Simon Burge <simonb@supp.cpr.itg.telstra.com.au>
List: tech-kern
Date: 05/04/1999 22:56:20
I don't think this got out the first time.  Sorry if you see it twice...


Jason R Thorpe wrote:

> Module Name:	src
> Committed By:	thorpej
> Date:		Mon May  3 23:30:28 UTC 1999
> 
> Modified Files:
> 
> 	src/sys/netinet: tcp_input.c
> 
> Log Message:
> 
> Fix an ininitialized variable that the MIPS compiler caught (but the
> SPARC, Alpha, Arm, and i386 compilers missed).

Because they don't look :-)

	balrog:~ 1> cd /NetBSD/src/sys/arch
	balrog:src/sys/arch 2> grep -le -Wuninitialized */conf/Makefile.*
	pmax/conf/Makefile.pmax
	sparc64/conf/Makefile.sparc64

Simon.