abbra / slapi-nis

Forked from slapi-nis 6 years ago
Clone

911f373 Better handle out-of-memory reading configuration

Authored and Committed by Nalin Dahyabhai 10 years ago
    Better handle out-of-memory reading configuration
    
    Avoid calling strdup() in a situation where we don't need to, so that we
    can better handle cases where it fails (static analysis).
    
        
file modified
+6 -8