abbra / bind-dyndb-ldap

Forked from bind-dyndb-ldap 5 years ago
Clone

274a3b1 Fix crash caused by race condition during resolver cache flushing

Authored and Committed by pspacek 9 years ago
    Fix crash caused by race condition during resolver cache flushing
    
    dns_view_flushcache() call has to be always done in single-thread mode.
    Locking around the call was missing in forwarder reconfiguration and
    zone deletion which could cause BIND crash.
    
        
file modified
+7 -0