CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/29 16:55:23
Modified files:
sys/kern : uipc_mbuf.c
sys/net : pf.c
Log message:
Make sure that pf_mbuf_link_state_key() does not overwrite an
existing statekey in the mbuf header. Reset the statekey in
m_dup_pkthdr().
suggested by and OK sahan@
