From: Jakub Kicinski
Date: Sun, 18 Sep 2016 16:09:10 +0100
> As spotted by Daniel JIT might have accessed indexes past the end
> of verifier's reg_state array.
This series doesn't apply cleanly to net-next, please respin.
Thanks.
Hi!
As spotted by Daniel JIT might have accessed indexes past the end
of verifier's reg_state array.
v6 (patch 8 only):
- explicitly check for registers >= MAX_BPF_REG;
- fix leaky error path.
v5:
- fix names of guard defines in bpf_verfier.h.
v4:
- rename parser -> analyzer;
- reorganize th