Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 2000 21:08:39 -0700 (PDT)
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:  <200009240408.VAA37834@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmilekic    2000/09/23 21:08:39 PDT

  Modified files:
    sys/net              bridge.c if_ethersubr.c 
  Log:
  Get rid of a panic that occurs in ether_demux() by dereferencing 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. There may be
  more similar problems like this one with calls to bdg_forward().
  
  PR: Related to kern/19551
  Reviewed by: jlemon
  
  Revision  Changes    Path
  1.25      +4 -1      src/sys/net/bridge.c
  1.82      +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?200009240408.VAA37834>