]> git.ipfire.org Git - thirdparty/pdns.git/commit
ci: Enable LeakSanitizer during dnsdist and recursor unit tests 14030/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 2 Apr 2024 10:33:43 +0000 (12:33 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 4 Apr 2024 08:35:16 +0000 (10:35 +0200)
commit283a7a7e607ee9743c69b1d79c9abe73db5e3c47
tree461a039b05477b7672de47821e5704915e1cf438
parente472f314a4adfc357d8917de361aded0aabee39f
ci: Enable LeakSanitizer during dnsdist and recursor unit tests

We need to fix some one-time allocations in the authoritative server
that are reported as leaked memory before we can enabled it there.
See:
- https://github.com/PowerDNS/pdns/pull/14028
- https://github.com/PowerDNS/pdns/pull/14029

There is also a leak in the remotebackend unit tests that I will
investigate after https://github.com/PowerDNS/pdns/pull/13960 has
been merged.
.github/workflows/build-and-test-all.yml