pemensik / bind-dyndb-ldap

Forked from bind-dyndb-ldap 6 years ago
Clone

cb9ed81 Prevent NULL dereference before sync_concurr_limit_signal() calls.

Authored and Committed by pspacek 10 years ago
    Prevent NULL dereference before sync_concurr_limit_signal() calls.
    
    Missing check was causing NULL dereference in case where
    manager_get_ldap_instance() failed. This typically happens when BIND
    is processing LDAP updates during shutdown.
    
    Signed-off-by: Petr Spacek <pspacek@redhat.com>
    
        
file modified
+5 -0
file modified
+20 -15