Files
linux/kernel/bpf
Florent Revest a8fad73e33 bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STR
reg->type is enforced by check_reg_type() and map should never be NULL
(it would already have been dereferenced anyway) so these checks are
unnecessary.

Reported-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Florent Revest <revest@chromium.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210422235543.4007694-3-revest@chromium.org
2021-04-23 09:58:21 -07:00
..
2021-03-18 00:22:51 +01:00
2020-03-13 12:49:52 -07:00
2021-04-19 15:27:36 -07:00
2020-08-28 15:41:30 +02:00
2021-02-12 12:56:53 -08:00
2021-03-18 00:22:51 +01:00