Date: Wed, 3 Sep 2008 08:13:58 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 mld6.c Message-ID: <200809030814.m838E3au073349@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 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 Security: CVE-2008-2464 MFC after: 8 hours Revision Changes Path 1.35 +4 -4 src/sys/netinet6/mld6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809030814.m838E3au073349>