cvs commit: src/sys/netinet6 mld6.c

[ Available lists | Index of cvs-all | Month of Sep 2008 | Week of 3 Sep 2008 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bjoern A. Zeeb <bz@FreeBSD.org>
Date
3 Sep 2008 17:14:42
Subject
cvs commit: src/sys/netinet6 mld6.c
Message-ID
200809031714.m83HEgXJ034037@repoman.freebsd.org


[ Hide this part ]
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 could lead
to an integer divide by zero panic in the kernel, if the kernel was
run with hz<1000.
Neither i386, pc98, amd64 or sparc64 are affected in the currently
supported branches and default configuration.

Submitted by: Miikka Saukko, Ossi Herrala and Jukka Taimisto from
the CROSS project at Codenomicon Ltd. via CERT-FI.
Reviewed by: bz, rwatson
Approved by: re (SA blanket)
Approved by: so (simon)
Security: CVE-2008-2464

Revision Changes Path
1.19.2.8 +4 -4 src/sys/netinet6/mld6.c


Elapsed time: 0.040 seconds