sumenon / certmonger

Forked from certmonger 3 years ago
Clone

e1d8de9 Check that sent_nonce is not NULL to avoid a potential NULL compare

Authored and Committed by rcritten 3 years ago
1 file changed. 2 lines added. 2 lines removed.
    Check that sent_nonce is not NULL to avoid a potential NULL compare
    
    Theoretically if sent_nonce is NULL then the length would be 0
    but don't assume this is the case.
    
    Discovered by clang.
    
        
file modified
+2 -2