cvs commit: src/sys/netinet6 mld6.c

Bjoern A. Zeeb bz at FreeBSD.org
Wed Sep 3 08:14:03 UTC 2008


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


More information about the cvs-src mailing list