Skip to content

[v9_16] Initialize checknames field in dns_view_create()

Michal Nowak requested to merge 2446-query-c-5430-16-runtime-error-v9_16 into v9_16

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'

(cherry picked from commit 0c6fa164)

Closes #2446 (closed)

Merge request reports