Re: [PATCH] vhost/crypto: fix uninitialized variable

2025-05-16 Thread Maxime Coquelin
On 5/15/25 10:10 AM, Gowrishankar Muthukrishnan wrote: Fix uninitialized variable as reported in coverity scan. Coverity-issue: 457449 Fixes: d1b484bf187 ("vhost/crypto: support asymmetric RSA") Signed-off-by: Gowrishankar Muthukrishnan --- lib/vhost/vhost_crypto.c | 2 +- 1 file changed

Re: [PATCH] vhost/crypto: fix uninitialized variable

2025-05-16 Thread Maxime Coquelin
On 5/15/25 10:10 AM, Gowrishankar Muthukrishnan wrote: Fix uninitialized variable as reported in coverity scan. Coverity-issue: 457449 Fixes: d1b484bf187 ("vhost/crypto: support asymmetric RSA") Signed-off-by: Gowrishankar Muthukrishnan --- lib/vhost/vhost_crypto.c | 2 +- 1 file changed

[PATCH] vhost/crypto: fix uninitialized variable

2025-05-15 Thread Gowrishankar Muthukrishnan
Fix uninitialized variable as reported in coverity scan. Coverity-issue: 457449 Fixes: d1b484bf187 ("vhost/crypto: support asymmetric RSA") Signed-off-by: Gowrishankar Muthukrishnan --- lib/vhost/vhost_crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vhost/vhost_