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

Atanu Ghosh atanu@icir.org
Wed, 22 Feb 2006 22:27:50 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-22 22:27:50 UTC

XORP CVS repository


Modified files:
	ospf          routing_table.cc 

Log message:
	The very first time that entries are added to the routing table if an
	add fails then the warning message attempts to print an incorrect
	(uninitialised) variable.
	
	This bug was discovered when using (gcc-4.1 -O3), we don't have this
	compiler so we can't verify that this is the problem the compiler
	reported.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=546
	Bug found by:   Hasso Tepper

Revision  Changes                               Path
1.50      +2 -2;  commitid: 1575143fce5657ea6;  xorp/ospf/routing_table.cc