vakwetu / certmonger

Forked from certmonger 2 years ago
Clone

9b3579c Handle CERT_ImportCerts() returning an empty array

Authored and Committed by nalin 8 years ago
    Handle CERT_ImportCerts() returning an empty array
    
    Apparently the CERT_ImportCerts() function can return an array of
    pointers in which the first pointer is NULL, so we'd better check for
    that as an error condition, too.
    
        
file modified
+8 -6
file modified
+2 -1
file modified
+1 -1