22/04/2021 13:23, Ananyev, Konstantin: > > From: HongBo Zheng <[email protected]> > > > > In function 'eval_jcc', judgment 'op == EBPF_JLT' occurs > > twice, as a result, the corresponding second statement > > cannot be accessed. > > > > This patch fix this problem. > > > > Fixes: 8021917293d0 ("bpf: add extra validation for input BPF program") > > Cc: [email protected] > > > > Signed-off-by: HongBo Zheng <[email protected]> > > Signed-off-by: Min Hu (Connor) <[email protected]> > > Acked-by: Konstantin Ananyev <[email protected]>
Applied, thanks

