OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: David Gwynne (dlgcvs.openbsd.org)
Date: Tue Jun 11 2013 - 08:29:50 CDT


CVSROOT: /cvs
Module name: src
Changes by: dlgcvs.openbsd.org 2013/06/11 07:29:50

Modified files:
        sys/kern : uipc_mbuf.c

Log message:
replace bcopy with memcpy in m_defrag. this is safe because the
memory we're copying between is guaranteed to be non-overlapping
since the target is newly allocated.

ok kettenis henning tedu