> Subject: [PATCH v2] examples/fips_validation: fix memory leak in sha test > > There is wrong size used for allocation of digest buffer which in > some cases cause memory corruption. Also, fixed places where memory > leak is observed. This fix would enable sha 384 and 512 NIST vectors > be supported fully. > > Fixes: 93d797d94f1 ("examples/fips_validation: add parsing for sha") > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > --- Applied to dpdk-next-crypto
Thanks.