]> git.ipfire.org Git - thirdparty/bind9.git/commit
Assigning uint64_t from buffer might be misaligned in netmgr tests
authorOndřej Surý <ondrej@isc.org>
Fri, 29 Jan 2021 12:16:38 +0000 (13:16 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Mar 2021 14:02:24 +0000 (15:02 +0100)
commita55bdb28f9004a2db49b3389efe09d99d93c256d
treee82fb24984c8149515ff30214126b72c1ff3c1ec
parentcb9df06f7dce58bc7863a12e5a0c0a84317e51dd
Assigning uint64_t from buffer might be misaligned in netmgr tests

Resolve possible 8-byte unaligned access when assigning the magic
value from the received buffer.
lib/isc/tests/tcp_quota_test.c
lib/isc/tests/tcp_test.c
lib/isc/tests/tcpdns_test.c
lib/isc/tests/tlsdns_test.c
lib/isc/tests/udp_test.c