Initialize checknames field in dns_view_create()
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'
Closes #2446 (closed)
Edited by Michal Nowak