[dpdk-dev] [PATCH 2/7] net/bnxt: fix uninitialized ptr access in transmit handler

Ferruh Yigit ferruh.yigit at intel.com
Wed Sep 19 11:23:06 CEST 2018


On 9/1/2018 5:32 AM, Ajit Khaparde wrote:
> From: Somnath Kotur <somnath.kotur at broadcom.com>
> 
> bnxt_start_xmit() was attempting to access an uninitialized ptr - txbd1
> which would lead to segmentation fault.
> Fix to initialize ptr to NULL and check for the same before access.
> 
> Fixes: f10258e39ec2 ("net/bnxt: fix HW Tx checksum offload check")
> Cc: stable at broadcom.com

dpdk.org


More information about the dev mailing list