RE: [PATCH] crypto/openssl: fix segfault due to uninitialized var

2023-07-12 Thread Akhil Goyal
> Subject: RE: [PATCH] crypto/openssl: fix segfault due to uninitialized var > > > > > In some openSSL 3 libraries, uninitialized output variable cause segfault. > > It is > > always nice to initialize it. > > > > Fixes: 3b7d638fb11f ("crypt

RE: [PATCH] crypto/openssl: fix segfault due to uninitialized var

2023-07-11 Thread Anoob Joseph
> > In some openSSL 3 libraries, uninitialized output variable cause segfault. It > is > always nice to initialize it. > > Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2") Bugzilla ID: > 1250 > > Signed-off-by: Gowrishankar Muthukrishnan Acked-by: Anoob Joseph

[PATCH] crypto/openssl: fix segfault due to uninitialized var

2023-07-11 Thread Gowrishankar Muthukrishnan
In some openSSL 3 libraries, uninitialized output variable cause segfault. It is always nice to initialize it. Fixes: 3b7d638fb11f ("crypto/openssl: support asymmetric SM2") Bugzilla ID: 1250 Signed-off-by: Gowrishankar Muthukrishnan --- drivers/crypto/openssl/rte_openssl_pmd.c | 2 +- 1 file c