Module Name: src Committed By: maxv Date: Sun Dec 10 09:06:47 UTC 2017
Modified Files:
src/sys/netinet6: ip6_flow.c
Log Message:
Fix use-after-free: if m_pullup fails the (freed) mbuf is pushed on the
ip6_pktq queue and re-processed later. Return 1 to say "processed and
freed".
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/netinet6/ip6_flow.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
