OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Jason Wright (jason_at_cvs.openbsd.org)
Date: Mon Nov 04 2002 - 08:33:50 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: jasoncvs.openbsd.org 2002/11/04 07:33:50

    Modified files:
            sys/net : Tag: OPENBSD_3_2 if_bridge.c
            sys/netinet : Tag: OPENBSD_3_2 ip_output.c

    Log message:
    Pull in patch from current:
    Fix (dhartmei):
    Missing m_pullup() and mbuf corruption. This potentially caused

    panic: m_copym0: m == 0 and not COPYALL
    and/or
    panic: m_copydata: null muf

    on bridges running pf with scrubbing enabled.

    Bug report, test vector and confirmation by Jon Morby.
    ok jason, jasoni