]> git.ipfire.org Git - thirdparty/bind9.git/commit
Initialize checknames field in query_test.c
authorMichal Nowak <mnowak@isc.org>
Thu, 18 Feb 2021 13:49:23 +0000 (14:49 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 23 Feb 2021 15:08:13 +0000 (16:08 +0100)
commitefe11d43838e2f399aef16b167b343f312f0ad73
treeb51fa4ebff2572deac061ce7aaaf90947c24a54f
parent63c7300f97769c94474f67c98f38da845fdea486
Initialize checknames field in query_test.c

'checknames' field of struct dns_view is not initialized by
dns_view_create(). ASAN identified this as runtime error:

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