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: Claudio Jeker (claudiocvs.openbsd.org)
Date: Mon Dec 22 2008 - 12:35:52 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2008/12/22 11:35:52

Modified files:
        sys/kern : uipc_mbuf.c

Log message:
Doh. Correct address in bcopy -- m->m_data not &m->m_data -- this should fix
the issues seen by damien. OK dlg, damien