kernel: bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory accesses
bpf in linux kernel permits passing in a modified CONSTPTRTODYNPTR to a global function as an argument. BPF helpers can use the modified CONSTPTRTODYNPTR within a global function context, which can lead to out of bounds memory accesses...