[dpdk-dev] [PATCH v2] i40e: dereference before null check

Bruce Richardson bruce.richardson at intel.com
Tue May 3 12:46:08 CEST 2016


On Wed, Apr 27, 2016 at 06:34:03AM +0000, Wu, Jingjing wrote:
> 
> 
> > -----Original Message-----
> > From: Mrzyglod, DanielX T
> > Sent: Tuesday, April 19, 2016 1:13 AM
> > To: Chen, Jing D; Wu, Jingjing; Zhang, Helin
> > Cc: dev at dpdk.org; Mrzyglod, DanielX T
> > Subject: [PATCH v2] i40e: dereference before null check
> > 
> > Fix issue reported by Coverity.
> > Coverity ID 13302:
> > There may be a null pointer dereference, or else the comparison against null
> > is unnecessary.
> > 
> > In i40evf_config_vlan_pvid: All paths that lead to this null pointer comparison
> > already dereference the pointer earlier
> > 
> > Fixes: 2b12431b5369 ("i40e: add vlan stripping and insertion to VF")
> > 
> > Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod at intel.com>
> Acked-by: Jingjing Wu <jingjing.wu at intel.com>
> 
Applied to dpdk-next-net/rel_16_07

/Bruce


More information about the dev mailing list