Skip to content
  • Michal Nowak's avatar
    Initialize checknames field in query_test.c · efe11d43
    Michal Nowak authored
    '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'
    efe11d43