On 5 Jun 2025, at 19:58, Mike Pattrick wrote:

> On Thu, Jun 5, 2025 at 10:52 AM Eelco Chaudron via dev
> <ovs-dev@openvswitch.org> wrote:
>>
>> The Raft codebase includes calls to ovsdb_log_write_and_free() that
>> are incorrectly wrapped in ignore(). This causes potential error
>> resources to be leaked.
>>
>> These calls should be wrapped in ovsdb_error_destroy() instead, to
>> ensure that any returned error objects are properly freed and do not
>> result in memory leaks.
>>
>> Fixes: 1b1d2e6daa56 ("ovsdb: Introduce experimental support for clustered 
>> databases.")
>> Signed-off-by: Eelco Chaudron <echau...@redhat.com>
>
> Acked-by: Mike Pattrick <m...@redhat.com>

Thanks for the review Aaron and Mike! Applied to main.

//Eelco

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

Reply via email to