mbox series

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

Message ID 20201125150014.22532.14956.stgit@dceara.remote.csb
Headers show
Series Enable LeakSanitizer when running tests with AddressSanitizer. | expand

Message

Dumitru Ceara Nov. 25, 2020, 3 p.m. UTC
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(-)