]> git.ipfire.org Git - thirdparty/bind9.git/commit
Initialize checknames field in dns_view_create()
authorMichal Nowak <mnowak@isc.org>
Mon, 22 Feb 2021 12:50:11 +0000 (13:50 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 23 Feb 2021 15:08:13 +0000 (16:08 +0100)
commit0c6fa16477075ef0bcac46c9952ac771740e56d7
treeeb088e6dac5ff42e3451b4249b5f1671f7c57c5e
parent40b6db58a1fe8401def1dfc35987d6b0c433616b
Initialize checknames field in dns_view_create()

The 'checknames' field wasn't initialized in dns_view_create(), but it
should otherwise AddressSanitizer identifies the following runtime error
in query_test.c.

    runtime error: load of value 190, which is not a valid value for type '_Bool'
lib/dns/view.c