]> git.ipfire.org Git - thirdparty/bind9.git/commit
initialize state object in test-async driver
authorEvan Hunt <each@isc.org>
Fri, 14 May 2021 09:35:12 +0000 (02:35 -0700)
committerOndřej Surý <ondrej@sury.org>
Fri, 9 Jul 2021 13:58:02 +0000 (15:58 +0200)
commit62d06a4987e44c0004b4fd1fa16193d79692fdd0
treec03cbcb68a0ac2ebacf5280b1672f1836d7066ae
parent7cbfbc8faae0042227e19ec5892f57b6d7cca922
initialize state object in test-async driver

the hooks system test was failing due to a block of
memory not having been zeroed after allocation.
bin/tests/system/hooks/driver/test-async.c