Re: [PATCH] net/iavf: fix potential out of bounds access

2022-03-08 Thread Ferruh Yigit
On 3/8/2022 5:56 AM, Leyi Rong wrote: Fix potential out-out-bounds access as overrunning callee's array of size 26 by passing argument rxq->rxdid(which evaluates to 63) in call to iavf_rx_scan_hw_ring_flex_rxd. Coverity issue: 376616 Fixes: 7b1ba38904a0 ("net/iavf: fix function pointer in multi-

[PATCH] net/iavf: fix potential out of bounds access

2022-03-07 Thread Leyi Rong
Fix potential out-out-bounds access as overrunning callee's array of size 26 by passing argument rxq->rxdid(which evaluates to 63) in call to iavf_rx_scan_hw_ring_flex_rxd. Coverity issue: 376616 Fixes: 7b1ba38904a0 ("net/iavf: fix function pointer in multi-process") Cc: sta...@dpdk.org Signed-of