> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Thursday, February 09, 2017 10:42 PM > To: Gajewski, AleksanderX; Doherty, Declan > Cc: dev@dpdk.org; Gajewski, AleksanderX > Subject: Re: [dpdk-dev] [PATCH] app/test-crypto-perf: fix buffer not null > terminated > > > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Aleksander > > Gajewski > > Sent: Tuesday, February 07, 2017 9:20 AM > > To: Doherty, Declan > > Cc: dev@dpdk.org; Gajewski, AleksanderX > > Subject: [dpdk-dev] [PATCH] app/test-crypto-perf: fix buffer not null > > terminated > > > > Fix problem: the string buffer may not have a null terminator if > > the source string's length is equal to the buffer size. > > > > Coverity issue: 141069 > > Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test > > application") > > > > Signed-off-by: Aleksander Gajewski <aleksanderx.gajew...@intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo