Module Name: src Committed By: jdolecek Date: Tue May 5 20:36:48 UTC 2020
Modified Files: src/sys/kern: uipc_mbuf.c Log Message: fix KASSERT() for MHLEN case in m_defrag() - network stack usually does m_adj(ETHER_ALIGN) so check that the mbuf chain data fits M_LEADINGSPACE() + M_TRAILINGSPACE() To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/sys/kern/uipc_mbuf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.