We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c939103 commit 7ac4b89Copy full SHA for 7ac4b89
include/linux/bpf_verifier.h
@@ -845,7 +845,7 @@ static inline u32 type_flag(u32 type)
845
static inline enum bpf_prog_type resolve_prog_type(const struct bpf_prog *prog)
846
{
847
return prog->type == BPF_PROG_TYPE_EXT ?
848
- prog->aux->dst_prog->type : prog->type;
+ prog->aux->saved_dst_prog_type : prog->type;
849
}
850
851
static inline bool bpf_prog_check_recur(const struct bpf_prog *prog)
0 commit comments