cvs commit: src/sys/netinet6 icmp6.c
Hajimu UMEMOTO
ume at FreeBSD.org
Tue Mar 1 07:21:56 GMT 2005
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
More information about the cvs-src
mailing list