cvs commit: src/sys/netinet6 icmp6.c
Hajimu UMEMOTO
ume at FreeBSD.org
Sun Feb 27 18:57:10 GMT 2005
ume 2005-02-27 18:57:10 UTC
FreeBSD src repository
Modified files:
sys/netinet6 icmp6.c
Log:
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.
PR: kern/77934
Submitted by: Gerd Rausch <gerd at juniper.net>
MFC after: 2 days
Revision Changes Path
1.59 +6 -4 src/sys/netinet6/icmp6.c
More information about the cvs-src
mailing list