Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/13/2000 02:56:22
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Jul 13 09:56:21 UTC 2000

Modified Files:
	syssrc/sys/netinet6: in6.c

Log Message:
fatal bug fix from kame (rtentry refcnt goes negative if we play with IPv6
address/routing table too much).

in6_ifloop_request()
  not to request rtrequest to return an rtentry except for the ADD
  operation, in order to avoid misdecreasing the refcnt (which might
  cause leak of rtentry)


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/netinet6/in6.c

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