commit | 9ee79a65d176e5815877aa148acc956e4cc90c53 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Thu Dec 20 11:35:29 2018 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Dec 20 23:47:08 2018 +0100 |
tree | d61307e9cdc96d09e6842b4cd44a5bdfbc82596d | |
parent | 77ea5f4cbe2084db9ab021ba73fb7eadf1610884 [diff] |
bpf: sk_msg, fix sk_msg_md access past end test Currently, the test to ensure reads past the end of the sk_msg_md data structure fail is incorrectly expecting success. Fix this typo and use correct expected error. Fixes: 945a47d87cee ("bpf: sk_msg, add tests for size field") Reported-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>