Re: [ovs-dev] [PATCH ovn 00/14] Pack of fixes for memory leaks.

2020-11-22 Thread Numan Siddique
On Fri, Nov 20, 2020 at 10:45 PM Dumitru Ceara wrote: > > On 11/20/20 1:17 AM, Ilya Maximets wrote: > > Found by Clang AddressSanitizer. > > > > All patches has correct and different 'Fixes' tags, so could be > > backported to appropriate branches. > > > > Ilya Maximets (14): > > northd: Fix lea

Re: [ovs-dev] [PATCH ovn 00/14] Pack of fixes for memory leaks.

2020-11-20 Thread Dumitru Ceara
On 11/20/20 1:17 AM, Ilya Maximets wrote: > Found by Clang AddressSanitizer. > > All patches has correct and different 'Fixes' tags, so could be > backported to appropriate branches. > > Ilya Maximets (14): > northd: Fix leaks of strings while formatting ecmp flows. > test-ovn: Fix expression

[ovs-dev] [PATCH ovn 00/14] Pack of fixes for memory leaks.

2020-11-19 Thread Ilya Maximets
Found by Clang AddressSanitizer. All patches has correct and different 'Fixes' tags, so could be backported to appropriate branches. Ilya Maximets (14): northd: Fix leaks of strings while formatting ecmp flows. test-ovn: Fix expression leak. actions: Fix leak of child ports in fwd group.