[dpdk-stable] [dpdk-dev] [PATCH] bpf: fix invalid array size

Thomas Monjalon thomas at monjalon.net
Thu Jun 27 23:16:04 CEST 2019


21/06/2019 16:26, Konstantin Ananyev:
> Array ins_chk in lib/librte_bpf/bpf_validate.c has 255 entries.
> So the instruction with opcode == 255 will reading beyond array
> boundaries.
> For more details please refer to:
> https://bugs.dpdk.org/show_bug.cgi?id=283
> 
> Fixes: 6e12ec4c4d6d ("bpf: add more checks")
> Cc: stable at dpdk.org
> 
> Reported-by: Michel Machado <michel at digirati.com.br>
> Signed-off-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

Applied, thanks




More information about the stable mailing list