> The p_l2_info->pp_qid_usage[] array has "p_l2_info->queues" elements so > the > here should be a >= or we write beyond the end of the array. > > Fixes: bbe3f233ec5e ("qed: Assign a unique per-queue index to queue-cid") > Signed-off-by: Dan Carpenter <dan.carpen...@oracle.com>
While it's a theoretical fix [as check is defensive; the queue-id was supposed to be validated before reaching this part], it's still the right. Thanks Dan. Acked-by: Yuval Mintz <yuval.mi...@cavium.com>