Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 01:16:43 +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:  <201107120116.p6C1GpGl062009@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2011-07-12 01:16:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    contrib/libpcap/bpf/net bpf_filter.c 
  Log:
  SVN rev 223941 on 2011-07-12 01:16:43Z by delphij
  
  MFC r223616:
  
  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
  
  Revision  Changes    Path
  1.3.2.1   +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?201107120116.p6C1GpGl062009>