]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix a memory leak when reusing TLS tickets for outgoing connections 10999/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Nov 2021 18:03:46 +0000 (19:03 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 17 Nov 2021 18:03:46 +0000 (19:03 +0100)
commitc20b63ec3afe5434c5532805b25d7bfa6ff59b38
tree22214e5acce73b872345ec5e8a96a3f2582f8457
parentd606317b3ab6e0eff8537373d83d609c1745ef11
dnsdist: Fix a memory leak when reusing TLS tickets for outgoing connections

We were not properly freeing the memory of TLS session tickets reused
for outgoing TLS (DoT / DoH) connections.

Reported by Stéphane Bortzmeyer (many thanks!).
pdns/tcpiohandler.cc