RE: [PATCH] net/ice: add check for null-pointer dereference

2024-11-19 Thread Stokes, Ian
> Although it should never occur that the teid (scheduler node id) value > for a txq is incorrect, put in a check for null following the scheduler > node lookup in ice_tm_setup_txq_node. This provides some additional > safety and should eliminate a coverity issue too. > > Coverity issue: 448957 >

Re: [PATCH] net/ice: add check for null-pointer dereference

2024-11-19 Thread Bruce Richardson
On Tue, Nov 19, 2024 at 11:57:15AM +, Stokes, Ian wrote: > > Although it should never occur that the teid (scheduler node id) value > > for a txq is incorrect, put in a check for null following the scheduler > > node lookup in ice_tm_setup_txq_node. This provides some additional > > safety and

[PATCH] net/ice: add check for null-pointer dereference

2024-11-14 Thread Bruce Richardson
Although it should never occur that the teid (scheduler node id) value for a txq is incorrect, put in a check for null following the scheduler node lookup in ice_tm_setup_txq_node. This provides some additional safety and should eliminate a coverity issue too. Coverity issue: 448957 Fixes: 715d449