CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/28 11:27:35
Modified files:
sys/netinet : icmp6.h
sys/netinet6 : icmp6.c
Log message:
When generating the ICMP6 response to an IPv6 packet, the kernel
could use mbuf memory after freeing it. If m_pullup() allocates a
new mbuf, the caller uses the old pointer.
found and reported by Maxime Villard, thanks
OK claudio@ markus@ denis@
