vakwetu / certmonger

Forked from certmonger 3 years ago
Clone

cd3c53b Fix a read-after-close in a self-test

Authored and Committed by nalin 9 years ago
    Fix a read-after-close in a self-test
    
    If we hit a problem reading a sample file, don't try to read() it again
    after we close the descriptor.  Found by static analysis.
    
        
file modified
+6 -2