]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix a use-after-free in the incoming DoH path 12551/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Feb 2023 10:18:38 +0000 (11:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Feb 2023 10:18:38 +0000 (11:18 +0100)
commit6605f63d688220b6d608b4b832592f58567df16b
treee34f349ce188cb19955369b2c7a929a524b9ec1b
parent7fc0b518ffcc8a61018d4abd4d9f136806ce83f7
dnsdist: Fix a use-after-free in the incoming DoH path

During the recent addition of the concurrent connection checks for
incoming DoH connections, I introduced a bug by using the connection
object just after it has been released.
pdns/dnsdistdist/doh.cc