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

Pavlin Radoslavov pavlin@icir.org
Sat, 18 Mar 2006 19:08:24 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-18 19:08:24 UTC

XORP CVS repository


Modified files:
	ospf          routing_table.cc 

Log message:
	Add a missing NULL pointer comparison.
	This fixes a potential crash in OSPF under certain conditions:
	 * OSPF is exporting routes from other protocol (e.g., static).
	 * OSPF is configured on a single interface as p2p interface.
	 * OSPF is mis-configured on that p2p interface by not including
	   the neighbor address.
	
	Approved by:    Atanu Ghosh

Revision  Changes                               Path
1.53      +4 -1;  commitid: 124f4441c55dc7ea6;  xorp/ospf/routing_table.cc