Date: Tue, 1 Mar 2005 07:21:55 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 icmp6.c Message-ID: <200503010721.j217Lt65012980@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ume         2005-03-01 07:21:55 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_5)
    sys/netinet6         icmp6.c 
  Log:
  MFC 1.58, 1.59:
  - fix typo.
  - icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn calls
    m_pullup.  icmp6_notify_error continued to use the old pointer,
    which after the m_pullup is not suitable as a packet header any
    longer (see m_move_pkthdr).
    and this is what causes the kernel panic in sbappendaddr later on.
  
  Revision  Changes    Path
  1.53.2.4  +8 -6      src/sys/netinet6/icmp6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503010721.j217Lt65012980>
