]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix crash in DoH on empty query string in GET requests
authorArtem Boldariev <artem@boldariev.com>
Tue, 13 Jul 2021 12:44:15 +0000 (15:44 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 13 Jul 2021 13:53:51 +0000 (16:53 +0300)
commit64cd7e8a7fe878c331499bb04b93762c221f1f84
tree442347dbbd3fcac12a1bd5393755d5724efdea40
parent1c5d0335767dd0200528c25b7301656ddfd20952
Fix crash in DoH on empty query string in GET requests

An unhandled code path left GET query string data uninitialised (equal
to NULL) and led to a crash during the requests' base64 data
decoding. This commit fixes that.
lib/isc/netmgr/http.c