Skip to content
  • Diego Fronza's avatar
    Fixed crash when querying for non existing domain in chaos class · 85555f29
    Diego Fronza authored
    Function dns_view_findzonecut in view.c wasn't correctly handling
    classes other than IN (chaos, hesiod, etc) whenever the name being
    looked up wasn't in cache or in any of the configured zone views' database.
    
    That resulted in a NULL fname being used in resolver.c:4900, which
    in turn was triggering abort.
    85555f29