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 07:59:53
Module Name:	syssrc
Committed By:	itojun
Date:		Thu Jul 13 14:59:53 UTC 2000

Modified Files:
	syssrc/sys/netinet6 [netbsd-1-5]: in6.c

Log Message:
pullup 1.32 -> 1.33 (approved by releng-1-5)

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.32.4.1 syssrc/sys/netinet6/in6.c

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