> Hey Gowrishankar, > > > -----Original Message----- > > From: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > > Sent: Saturday, June 15, 2024 12:31 PM > > To: dev@dpdk.org; Dooley, Brian <brian.doo...@intel.com>; Gowrishankar > > Muthukrishnan <gmuthukri...@marvell.com> > > Cc: Anoob Joseph <ano...@marvell.com>; sta...@dpdk.org > > Subject: [PATCH] examples/fips_validation: fix coverity issues > > > > Fix NULL dereference, out-of-bound, bad bit shift issues reported by > > coverity > > scan. > > > > Coverity issue: 384440, 384435, 384433, 384429 > > Fixes: 36128a67c27 ("examples/fips_validation: add asymmetric validation") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Gowrishankar Muthukrishnan <gmuthukri...@marvell.com> > > Acked-by: Brian Dooley <brian.doo...@intel.com> Applied to dpdk-next-crypto Title updated as "examples/fips_validation: fix null dereference and out-of-bound"
Thanks.