• Vladimír Čunát's avatar
    cache: avoid some crashes · c22bff61
    Vladimír Čunát authored
    It's actually possible to start queries without any cache open,
    e.g. add `resolve('.', kres.type.DNSKEY)` into your configuration.
    If that happens, avoid the cache module dereferencing a NULL pointer.
    c22bff61