Re: [PATCH v1 2/2] Fixes: Coverity CID 1558831

2024-08-08 Thread Peter Maydell
On Wed, 7 Aug 2024 at 21:13, Philippe Mathieu-Daudé wrote: > > Back at this patch since Cédric asked me to look at it. > > On 6/8/24 15:48, Chalapathi V wrote: > > In this commit the following coverity scan defect has been fixed > > CID 1558831: Resource leaks (RESOURCE_LEAK) > >Variable "rs

Re: [PATCH v1 2/2] Fixes: Coverity CID 1558831

2024-08-07 Thread Philippe Mathieu-Daudé
Back at this patch since Cédric asked me to look at it. On 6/8/24 15:48, Chalapathi V wrote: In this commit the following coverity scan defect has been fixed CID 1558831: Resource leaks (RESOURCE_LEAK) Variable "rsp_payload" going out of scope leaks the storage it points to. Signed-off-

Re: [PATCH v1 2/2] Fixes: Coverity CID 1558831

2024-08-06 Thread Philippe Mathieu-Daudé
On 6/8/24 15:48, Chalapathi V wrote: In this commit the following coverity scan defect has been fixed CID 1558831: Resource leaks (RESOURCE_LEAK) Variable "rsp_payload" going out of scope leaks the storage it points to. Signed-off-by: Chalapathi V --- hw/ssi/pnv_spi.c | 1 + 1 file c

[PATCH v1 2/2] Fixes: Coverity CID 1558831

2024-08-06 Thread Chalapathi V
In this commit the following coverity scan defect has been fixed CID 1558831: Resource leaks (RESOURCE_LEAK) Variable "rsp_payload" going out of scope leaks the storage it points to. Signed-off-by: Chalapathi V --- hw/ssi/pnv_spi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ssi