vakwetu / certmonger

Forked from certmonger 3 years ago
Clone

288fbff Fix a signedness comparison problem

Authored and Committed by nalin 8 years ago
1 file changed. 7 lines added. 3 lines removed.
    Fix a signedness comparison problem
    
    Fix a signed comparison problem to avoid writing past the end of an
    empty array when we're parsing a set of certificates from JSON.
    
        
file modified
+7 -3