Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jun 2004 02:37:11 +0000 (UTC)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netgraph ng_bpf.c
Message-ID:  <200406230237.i5N2bBhR066482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2004-06-23 02:37:11 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_bpf.c 
  Log:
  Avoid calling bpf_filter() with len == 0, which causes a change in semantics
  (it treats the buffer pointer as an mbuf pointer) and subsequent panic.
  
  MFC after:      3 days
  Reported by:    Tony Hariman <tony@cbn.net.id>
  
  Revision  Changes    Path
  1.18      +4 -1      src/sys/netgraph/ng_bpf.c



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