Yonghong Song afbe1a5b79 bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals
In verifier function adjust_scalar_min_max_vals,
when src_known is false and the opcode is BPF_LSH/BPF_RSH,
early return will happen in the function. So remove
the branch in handling BPF_LSH/BPF_RSH when src_known is false.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-04-29 08:45:53 -07:00
..
2018-04-23 11:32:01 +02:00
2018-03-31 02:15:18 +02:00
2018-04-29 08:45:53 -07:00
2017-01-09 16:56:27 -05:00
2017-11-15 19:46:32 +09:00
2018-04-29 08:45:53 -07:00