On 06/01/2020 19:07, Gedare Bloom wrote:
Hi Sebastian,
I pushed this patch, can you just double check the intention is right?
I think you wrote the original code.
Thanks for fixing this. It looks good.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, German
Hi Sebastian,
I pushed this patch, can you just double check the intention is right?
I think you wrote the original code.
On Fri, Jan 3, 2020 at 11:50 AM Gedare Bloom wrote:
>
> Resource leak identified by Coverity (CID 1456675). The value
> of instances is leaked in case some but not all irq se
Resource leak identified by Coverity (CID 1456675). The value
of instances is leaked in case some but not all irq servers are
created. It should be stored in bsp_interrupt_server_instances.
---
bsps/shared/irq/irq-server.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsps/shared/irq/irq-ser