https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275002

--- Comment #3 from Aaron LI <a...@aaronly.me> ---
(In reply to Kristof Provost from comment #1)

> I don't think that's an issue here because the mbuf is known to be of
> length 'len' before it's passed to m_copyout(). The allocation is done
> just before the m_copyback().

Oh, that's true. I forget that implication set by m_get2() just before
m_copyback().

As kevans suggested, a KASSERT() after m_copyback() would make it clear
and remove this confusion.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to