K 10 svn:author V 6 emaste K 8 svn:date V 27 2005-12-14T23:34:26.000000Z K 7 svn:log V 412 When using m_dup(9) to copy more than MHLEN bytes of data, don't create an mbuf chain that starts with a cluster containing just MHLEN bytes. This happened because m_dup called m_get or m_getcl depending on the amount of data to copy, but then always set the size available in the first mbuf to MHLEN. Submitted by: Matt Koivisto Approved by: jmg Silence from: rwatson (mentor) END