Re: [dpdk-dev] [PATCH] hash: fix out-of-bound write while freeing key slot

2018-12-20 Thread Thomas Monjalon
20/12/2018 14:59, Bruce Richardson: > On Wed, Nov 21, 2018 at 08:51:56PM -0600, Honnappa Nagarahalli wrote: > > Add a debug check for out-of-bound write while freeing the key slot. > > > > Coverity issue: 325733 > > Fixes: e605a1d36ca7 ("hash: add lock-free r/w concurrency") > > Cc: honnappa.nagar

Re: [dpdk-dev] [PATCH] hash: fix out-of-bound write while freeing key slot

2018-12-20 Thread Bruce Richardson
On Wed, Nov 21, 2018 at 08:51:56PM -0600, Honnappa Nagarahalli wrote: > Add a debug check for out-of-bound write while freeing the key slot. > > Coverity issue: 325733 > Fixes: e605a1d36ca7 ("hash: add lock-free r/w concurrency") > Cc: honnappa.nagaraha...@arm.com > > Signed-off-by: Honnappa Naga

[dpdk-dev] [PATCH] hash: fix out-of-bound write while freeing key slot

2018-11-21 Thread Honnappa Nagarahalli
Add a debug check for out-of-bound write while freeing the key slot. Coverity issue: 325733 Fixes: e605a1d36ca7 ("hash: add lock-free r/w concurrency") Cc: honnappa.nagaraha...@arm.com Signed-off-by: Honnappa Nagarahalli Reviewed-by: Steve Capper Reviewed-by: Gavin Hu --- lib/librte_hash/rte_