> -----Original Message----- > From: Doherty, Declan > Sent: Tuesday, January 31, 2017 4:44 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH] crypto/aesni_mb: add missing digest > length > > On 27/01/17 13:16, Pablo de Lara wrote: > > AESNI MB now supports authentication only operations, > > but the array containing all the possible digest lengths > > was not updated to reflect the new algorithm NULL_HASH, > > causing an "Out-of-bounds access". > > > > Coverity issue: 140977 > > Fixes: 8772c3f713e2 ("crypto/aesni_mb: add single operation > functionality") > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > > --- > .... > > > Acked-by: Declan Doherty <declan.dohe...@intel.com>
Applied to dpdk-next-crypto. Pablo