Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index