[dpdk-dev] [PATCH] table: fix a crash during key8 and key32 overload

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Mar 27 12:19:23 CET 2015


> > hash_key8_ext and hash_key32_ext tables allocate cache entries to
> > support table overload cases. The crash can occur when cache entry is
> > free after use. The problem is with computing the index of the free
> > cache entry. The same case for key16 was fixed with earlier patch.
> > 
> > Signed-off-by: Maciej Gajdzica <maciejx.t.gajdzica at intel.com>
> 
> Acked by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Merged with Mirek's (key16) patch, thanks


More information about the dev mailing list