Re: [dpdk-dev] [PATCH] crypto/qat: fix possible access to an uninitialized variable

2021-01-15 Thread Akhil Goyal
> > > -Original Message- > > From: Medvedkin, Vladimir > > Sent: wtorek, 15 grudnia 2020 19:24 > > To: dev@dpdk.org > > Cc: Kusztal, ArkadiuszX ; Griffin, John > > ; Trahe, Fiona ; Jain, Deepak > K > > ; sta...@dpdk.org > > Subject: [PATCH] crypto/qat: fix possible access to an uninitiali

Re: [dpdk-dev] [PATCH] crypto/qat: fix possible access to an uninitialized variable

2020-12-16 Thread Doherty, Declan
On 15/12/2020 6:23 PM, Vladimir Medvedkin wrote: QAT_LOG() has access to the uninitialized variable "name" Fixes: 21792c443205 ("crypto/qat: add multi-process handling of driver ID") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- Acked-by: Declan Doherty

Re: [dpdk-dev] [PATCH] crypto/qat: fix possible access to an uninitialized variable

2020-12-15 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Medvedkin, Vladimir > Sent: wtorek, 15 grudnia 2020 19:24 > To: dev@dpdk.org > Cc: Kusztal, ArkadiuszX ; Griffin, John > ; Trahe, Fiona ; Jain, Deepak K > ; sta...@dpdk.org > Subject: [PATCH] crypto/qat: fix possible access to an uninitialized variable > >

[dpdk-dev] [PATCH] crypto/qat: fix possible access to an uninitialized variable

2020-12-15 Thread Vladimir Medvedkin
QAT_LOG() has access to the uninitialized variable "name" Fixes: 21792c443205 ("crypto/qat: add multi-process handling of driver ID") Cc: sta...@dpdk.org Signed-off-by: Vladimir Medvedkin --- drivers/crypto/qat/qat_asym_pmd.c | 8 drivers/crypto/qat/qat_sym_pmd.c | 8 2 files