[dpdk-dev] [PATCH v3] net/bonding: fix potential out of bounds read
Ferruh Yigit
ferruh.yigit at intel.com
Fri Apr 19 11:43:58 CEST 2019
On 4/18/2019 11:57 PM, Chas Williams wrote:
>
>
> On 4/18/19 2:41 PM, Ferruh Yigit wrote:
>> On 4/17/2019 3:36 PM, 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.
>>>
>>> Fixes: 09150784a776 ("net/bonding: burst mode hash calculation")
>>> Cc: stable at dpdk.org
>>>
>>> Signed-off-by: Radu Nicolau <radu.nicolau at intel.com>
>>
>> Hi Chas,
>>
>> Do you have any objection on the patch?
>> Functionally looks correct to me, but additional checks in datapath perhaps can
>> be a concern, if not I am for getting the patch.
>
> I don't think the calculation is a huge concern.
>
> Acked-by: Chas Williams <chas3 at att.com>
Applied to dpdk-next-net/master, thanks.
More information about the dev
mailing list