commit | 073815b756c51ba9d8384d924c5d1c03ca3d1ae4 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Tue Mar 23 15:05:48 2021 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Fri Apr 16 23:51:54 2021 +0200 |
tree | 618347c5c7ee8cb2850bd11502863fa005a5a1f6 | |
parent | a6aaece00a57fa6f22575364b3903dfbccf5345d [diff] |
bpf: Refactor and streamline bounds check into helper Move the bounds check in adjust_ptr_min_max_vals() into a small helper named sanitize_check_bounds() in order to simplify the former a bit. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: John Fastabend <john.fastabend@gmail.com> Acked-by: Alexei Starovoitov <ast@kernel.org>