[ovs-dev] [PATCH ovn 0/2] Enable LeakSanitizer when running tests with AddressSanitizer.

Dumitru Ceara dceara at redhat.com
Wed Nov 25 15:00:18 UTC 2020


The first patch fixes a memory leak in the vtep code.  This was the last
leak LeakSanitizer was complaining about (on my machine).

The second patch enables LeakSanitizers by default for tests run with
-fsanitize=address.

Dumitru Ceara (2):
      ovn-controller-vtep: Fix leak of multicast macs.
      tests: Enable memory leak checking when running with AddressSanitizer.


 controller-vtep/vtep.c |   10 +++++++---
 tests/atlocal.in       |    5 +----
 tests/automake.mk      |    1 +
 3 files changed, 9 insertions(+), 7 deletions(-)



More information about the dev mailing list