]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace ad-hoc DNS message buffer in client code with isc_buffer_t
authorArtem Boldariev <artem@boldariev.com>
Mon, 19 Jul 2021 17:55:12 +0000 (20:55 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 20 Jul 2021 15:41:57 +0000 (18:41 +0300)
commit6ee9e27f0125ce0d506cb50a01c8bdf35897825e
tree30ea080dfa7bfccf8214f166770d8b03522ea2e3
parent429efe1c289e224d4efa87a5ad97cf292b1f0b24
Replace ad-hoc DNS message buffer in client code with isc_buffer_t

The commit replaces an ad-hoc incoming DNS-message buffer in the
client-side DoH code with isc_buffer_t.

The commit also fixes a timing issue in the unit tests revealed by the
change.
lib/isc/netmgr/http.c
lib/isc/tests/doh_test.c