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 Jan 02 2007 - 08:43:50 CST


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/01/02 07:43:50

Modified files:
        sys/dev/usb : if_atu.c if_ral.c if_uath.c if_zyd.c

Log message:
Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a
static mbuf results in a mbuf tag memory leak. Same change as in rum(4).
OK mglocker