Re: [dpdk-dev] [PATCH] net/bonding: fix potential out of bounds read

2019-04-16 Thread Ferruh Yigit
On 4/15/2019 10:27 AM, Radu Nicolau wrote: > Add validation to pointer constructed from the IPv4 header length > in order to prevent malformed packets from generating a potential > out of bounds memory read. Can you please add fixes lines? > > Signed-off-by: Radu Nicolau > --- > drivers/net/bo

[dpdk-dev] [PATCH] net/bonding: fix potential out of bounds read

2019-04-15 Thread Radu Nicolau
Add validation to pointer constructed from the IPv4 header length in order to prevent malformed packets from generating a potential out of bounds memory read. Signed-off-by: Radu Nicolau --- drivers/net/bonding/rte_eth_bond_pmd.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) di