CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/08 06:01:50
Modified files:
sys/kern : uipc_mbuf.c
Log message:
If the mbuf cluster in m_zero() is read only, propagate the M_ZEROIZE
flag to the other references. Then the final m_free() will clear
the memory.
OK claudio@
