On 5/29/24 12:53, Eelco Chaudron wrote:
> Coverity was flagged that the uninitialized output variable was used
> in the ctl_context_init_command() function. This patch initializes
> the variable.
> 
> In addition it also destroys the ds string in ctl_context_done()
> in case it's not cleared properly.
> 
> Fixes: 07ff77ccb82a ("db-ctl-base: Make common database command code into 
> library.")
> Signed-off-by: Eelco Chaudron <echau...@redhat.com>
> ---
>  lib/db-ctl-base.c | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Ilya Maximets <i.maxim...@ovn.org>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to