bz 2008-09-10 19:42:13 UTC
FreeBSD src repository
Modified files:
sys/netinet6 mld6.c
Log:
SVN rev 182915 on 2008-09-10 19:42:13Z by bz
mld_timerresid() returns ms so instead of doing the maths in usec
and then dividing down to ms, do the maths in ms.
Obt
bz 2008-09-03 17:11:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet6 mld6.c
Log:
SVN rev 182727 on 2008-09-03 17:11:39Z by bz
MFC: svn 182713, cvs rev. 1.35 mld6.c
Fix a bug, when a specially crafted ICMPV6 MLD packet c
bz 2008-09-03 17:14:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 mld6.c
Log:
SVN rev 182728 on 2008-09-03 17:14:29Z by bz
MFC: svn 182713, cvs rev. 1.35 mld6.c
Fix a bug, when a specially crafted ICMPV6 MLD packet c
bz 2008-09-03 08:13:58 UTC
FreeBSD src repository
Modified files:
sys/netinet6 mld6.c
Log:
SVN rev 182713 on 2008-09-03 08:13:58Z by bz
Fix a bug, when a specially crafted ICMPV6 MLD packet could lead
to an integer divide by zero panic in the kernel, if the ke
suz 2006-03-11 10:36:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/netinet6 mld6.c
Log:
MFC Rev 1.26
fixed a bug that an MLD report is not advertised for a group-specific MLD
query
Approved by: re(mux)
Revision Changes
suz 2006-03-04 09:17:11 UTC
FreeBSD src repository
Modified files:
sys/netinet6 mld6.c
Log:
fixed a bug that an MLD report is not advertised when group-specific MLD
query is received.
PR: kern/93526
Obtained from: KAME
MFC after: 1 day
Revisio
suz 2005-11-16 12:36:08 UTC
FreeBSD src repository
Modified files:
sys/netinet6 mld6.c
Log:
fixed a kernel crash due to an improper removal of callout-timer
(ToDo: similar fix is necessary for other NDP-related callout-timers
in netinet6/nd6*.c)
PR: kern/887