Re: [PATCH 1/2] crypto: avoid leak of ctx when bad cipher mode is given

2024-06-10 Thread Markus Armbruster
Daniel P. Berrangé writes: > This fixes Coverity CID-1546884 We usually say Fixes: Coverity CID 1546884 > Signed-off-by: Daniel P. Berrangé

Re: [PATCH 1/2] crypto: avoid leak of ctx when bad cipher mode is given

2024-06-10 Thread Philippe Mathieu-Daudé
On 10/6/24 11:40, Daniel P. Berrangé wrote: This fixes Coverity CID-1546884 Signed-off-by: Daniel P. Berrangé --- crypto/cipher-nettle.c.inc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH 1/2] crypto: avoid leak of ctx when bad cipher mode is given

2024-06-10 Thread Peter Maydell
On Mon, 10 Jun 2024 at 10:42, Daniel P. Berrangé wrote: > > This fixes Coverity CID-1546884 > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 1/2] crypto: avoid leak of ctx when bad cipher mode is given

2024-06-10 Thread Daniel P . Berrangé
This fixes Coverity CID-1546884 Signed-off-by: Daniel P. Berrangé --- crypto/cipher-nettle.c.inc | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/crypto/cipher-nettle.c.inc b/crypto/cipher-nettle.c.inc index 42b39e18a2..766de036ba 100644 --- a/crypto/cipher-nettle.c.inc