]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Refactor and streamline bounds check into helper
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 23 Mar 2021 14:05:48 +0000 (15:05 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 16 Apr 2021 21:51:54 +0000 (23:51 +0200)
commit81f2b380f13fd48da22788b497638ba73990a4ac
tree618347c5c7ee8cb2850bd11502863fa005a5a1f6
parente9071161ddfe1d5250bb799a3bf9d3e6b532760e
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>
kernel/bpf/verifier.c