]> git.ipfire.org Git - thirdparty/bind9.git/commit
Merge branch '2332-fix-use-after-free-in-tcpdns_send_direct' into 'main'
authorOndřej Surý <ondrej@isc.org>
Thu, 3 Dec 2020 08:21:10 +0000 (08:21 +0000)
committerOndřej Surý <ondrej@isc.org>
Thu, 3 Dec 2020 08:21:10 +0000 (08:21 +0000)
commitd0f540782576f53394e9be3940ba8a6d6ec6ed41
tree66924cdb81d048f13639e09ffd7d761c2eeedd24
parentaefe2b99587bc85961321d105877a8304cac6943
parent94afea932567bf1eb6ee5b80a1c7b2d4071980bd
Merge branch '2332-fix-use-after-free-in-tcpdns_send_direct' into 'main'

Don't use stack allocated buffer for uv_write()

Closes #2332

See merge request isc-projects/bind9!4465