Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 00:58:12 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/libpcap/bpf/net bpf_filter.c
Message-ID:  <201106280058.p5S0wOF1030150@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

delphij     2011-06-28 00:58:12 UTC

  FreeBSD src repository

  Modified files:
    contrib/libpcap/bpf/net bpf_filter.c 
  Log:
  SVN rev 223616 on 2011-06-28 00:58:12Z by delphij
  
  Incorporate vendor commit ecdc5c0a7f7591a7cd4a:
  
  In userland, sign extend the offset for JA instructions.
  
  We currently use that to implement "ip6 protochain", and "pc" might be
  wider than "pc->k", in which case we need to arrange that "pc->k" be
  sign-extended, by casting it to bpf_int32.
  
  PR:             kern/157188
  Submitted by:   plosher
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.5       +11 -0     src/contrib/libpcap/bpf/net/bpf_filter.c



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