Make comments about bpf_validate()'s behaviour reflect reality. The
authorChris Pressey <cpressey@dragonflybsd.org>
Wed, 20 Apr 2005 16:05:51 +0000 (16:05 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Wed, 20 Apr 2005 16:05:51 +0000 (16:05 +0000)
commit20eb33a0c6c21332cf075546d1200cf838c90343
tree627ae491b7a74d2b4aa17293e9a003b9f26f4c01
parent72eacc433f27c745e44d9c2d1b490ade1d63b7d7
Make comments about bpf_validate()'s behaviour reflect reality.  The
code does not check that jumps are forward; jumps are specified by
unsigned values, and as such, are inevitably forward jumps.
sys/net/bpf_filter.c