summaryrefslogtreecommitdiff
path: root/net/compat.c
diff options
context:
space:
mode:
authorJohn Fastabend <john.fastabend@gmail.com>2020-03-30 14:37:19 -0700
committerAlexei Starovoitov <ast@kernel.org>2020-03-30 15:00:30 -0700
commitd2db08c7a14e0b5eed6132baf258b80622e041a9 (patch)
tree53dcba117b24937e8c4795bfee2f348b7f946d1d /net/compat.c
parentfa123ac022e425becce11f1a6c7ee4d283f75a90 (diff)
bpf: Test_progs, add test to catch retval refine error handling
Before this series the verifier would clamp return bounds of bpf_get_stack() to [0, X] and this led the verifier to believe that a JMP_JSLT 0 would be false and so would prune that path. The result is anything hidden behind that JSLT would be unverified. Add a test to catch this case by hiding an goto pc-1 behind the check which will cause an infinite loop if not rejected. Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/158560423908.10843.11783152347709008373.stgit@john-Precision-5820-Tower
Diffstat (limited to 'net/compat.c')
0 files changed, 0 insertions, 0 deletions