Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 10/09/1999 01:13:01
Module Name:	syssrc
Committed By:	erh
Date:		Sat Oct  9 08:13:01 UTC 1999

Modified Files:
	syssrc/sys/net: route.c

Log Message:
Delay clearing of RTF_UP until after deleting rt_gwroute.  Otherwise, if rt_gwroute is the same as the original route it will get freed twice.  It can end up the same because of unusual "route" commands (PR4561) or certain icmp redirects (PR4827).


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/net/route.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.