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: Tue Jul 31 2007 - 17:01:37 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/07/31 16:01:37

Modified files:
        sys/dev/pcmcia : if_malo.c

Log message:
Plug a mbuf leak in the TX path and replace a handbuilt m_copydata()
implementation with m_copydata(). Remove the CMALO_DEBUG that slipped in
somehow. OK mglocker