Up to [cvs.NetBSD.org] / src / sys / netinet6
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-4
Revision 1.36.2.1 / (download) - annotate - [select for diffs], Sat Aug 23 17:02:31 2008 UTC (10 years, 6 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base
Changes since 1.36: +7 -7
lines
Diff to previous 1.36 (colored) next main 1.37 (colored)
Pull up following revision(s) (requested by adrianp in ticket #1187): sys/netinet6/mld6.c: revision 1.47 Fix from matt@ for malformed ICMPv6 MLD query (CVE-2008-2464).
Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 29 03:05:12 2006 UTC (12 years, 2 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
wrstuden-fixsa-base-1,
post-newlock2-merge,
newlock2-nbase,
newlock2-base,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
matt-nb4-arm-base,
matt-nb4-arm,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp,
wrstuden-fixsa,
netbsd-4-0,
netbsd-4
Changes since 1.35: +18 -19
lines
Diff to previous 1.35 (colored)
Fix a spelling error. Annotate a memory leak. When copying one multicast address list to another, IFAREF before IFAFREE to protect against using an ifaddr after (accidentally) freeing it. LIST_REMOVE() a multicast address from its old list before LIST_INSERT_HEAD() on its new list. Do not count on in6_delmulti() removing its multicast-record argument from the multicast address list that the record belongs to, because clearly that is not what it (always) does.