diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2012-03-18 03:40:48 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-19 22:41:44 +0100 |
commit | dc72d99dabb870ca5bd6d9fff674be853bb4a88d (patch) | |
tree | 20fbc871a5f19e4e243425d78c5a2e50cbb66912 /drivers | |
parent | net: update the usage of CHECKSUM_UNNECESSARY (diff) | |
download | linux-dc72d99dabb870ca5bd6d9fff674be853bb4a88d.tar.xz linux-dc72d99dabb870ca5bd6d9fff674be853bb4a88d.zip |
net: bpf_jit: fix BPF_S_LDX_B_MSH compilation
Matt Evans spotted that x86 bpf_jit was incorrectly handling negative
constant offsets in BPF_S_LDX_B_MSH instruction.
We need to abort JIT compilation like we do in common_load so that
filter uses the interpreter code and can call __load_pointer()
Reference: http://lists.openwall.net/netdev/2011/07/19/11
Thanks to Indan Zupancic to bring back this issue.
Reported-by: Matt Evans <matt@ozlabs.org>
Reported-by: Indan Zupancic <indan@nul.nu>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions