|
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 (dlg
cvs.openbsd.org)
Date: Tue Jun 11 2013 - 08:29:50 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: dlg
cvs.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
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]