> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Monday, March 06, 2017 2:08 PM > To: Kulasek, TomaszX; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] app/crypto-perf: fix uninitialized values for > null operations > > > > > -----Original Message----- > > From: Kulasek, TomaszX > > Sent: Friday, February 24, 2017 3:26 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo > > Subject: [PATCH] app/crypto-perf: fix uninitialized values for null > operations > > > > Some values are uninitialized for "cipher null" and "auth null" > > operations. It may cause unpredictable results for some crypto pmd > > drivers, or even segmentation fault. > > > > This patch sets values for null operations to zero. > > > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") > > Signed-off-by: Tomasz Kulasek <tomaszx.kula...@intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> >
Applied to dpdk-next-crypto. Thanks, Pablo