[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin at icir.org
Fri Apr 25 20:41:47 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-04-26 03:41:47 UTC

XORP CVS repository


Modified files:
	libxorp       random.c 

Log message:
	Use memset() to initialize part of junk_seed.
	
	This is needed to pacify a warning generated by the
	gcc-4.1.2 compiler on Gentoo 2008.0_beta1 and using "jam"
	for the compilation.
	It appears that the warning was generated only if the
	"-O" and "-g" compiler flags were used.
	Apparently, the "-0" flag is added by "jam", but is
	not added when using the default "gmake" compilation.
	
	Bug found by:   Bruce M. Simpson

Revision  Changes                             Path
1.17      +2 -2;  commitid: 1494812a3b841a7;  xorp/libxorp/random.c



More information about the Xorp-cvs mailing list