Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 16:27:30 -0800 (PST)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bridge.c if_ethersubr.c
Message-ID:  <200011280027.QAA14488@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmilekic    2000/11/27 16:27:30 PST

  Modified files:        (Branch: RELENG_4)
    sys/net              bridge.c if_ethersubr.c 
  Log:
  MFC: Get rid of a panic that occurs in ether_demux() by dereferncing
  a NULL mbuf pointer, when bridging and bridge_ipfw are enabled, and
  when bdg_forward() happens to free the packet and make our pointer NULL.
  
  PR: kern/19551 (partly)
  
  Revision   Changes    Path
  1.16.2.8   +4 -1      src/sys/net/bridge.c
  1.70.2.10  +10 -2     src/sys/net/if_ethersubr.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011280027.QAA14488>