commit | 87c1793b1b7f34915e9e64cdb503efb281c769a7 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sat Jan 20 01:24:32 2018 +0100 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Jan 19 18:37:00 2018 -0800 |
tree | c9abdd574414dbb1e54c712a3d95340058ea6998 | |
parent | fcd1c9177195489c40198d2769649439dd88505b [diff] |
bpf: add couple of test cases for div/mod by zero Add couple of missing test cases for eBPF div/mod by zero to the new test_verifier prog runtime feature. Also one for an empty prog and only exit. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org>