- Fix it by replacing m_cat() with m_prev->m_next = m_new;
(m_cat() will try to append data - as a result, now this function does nothing).
- Move constants out of the loop.
Differential D4090
mbuf(9): unbreak m_fragment() avos on Nov 5 2015, 10:29 PM. Authored by Tags None Referenced Files
Subscribers
Details
(m_cat() will try to append data - as a result, now this function does nothing).
Tested with D4077 (+ some output)
Diff Detail
|