Hans Petter Selasky wrote this message on Fri, Jan 02, 2015 at 09:52 +0100:
> On 12/12/14 20:56, John-Mark Gurney wrote:
> > Author: jmg
> > Date: Fri Dec 12 19:56:36 2014
> > New Revision: 275732
> > URL: https://svnweb.freebsd.org/changeset/base/275732
> >
> > Log:
> 
> Compile breakage with older compilers:
> 
> > crypto/aesni/aesni.c: In function 'aesni_process':
> > crypto/aesni/aesni.c:458: warning: 'ivlen' may be used uninitialized in 
> > this function
> > crypto/aesni/aesni.c:458: note: 'ivlen' was declared here

Thanks, I'll fix that tomorrow... I had a email server outage and now
just getting things back to working...

We really should look at turning of gcc's uninitialized var warning
now that it doesn't do a good job...  We are now just poluting our code
base w/ bad initalizations that could turn into bugs in the future when
someone adds a new code path that doesn't initalize the variable and
gets the bogus initalization...

-- 
  John-Mark Gurney                              Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to