0bb1c19 Bug 699907 - (cov#10840) Use of uninitialized buffer in security cgi

Authored and Committed by nkinder 13 years ago
    Bug 699907 - (cov#10840) Use of uninitialized buffer in security cgi
    
    There is a chance that we call system(cmd) when we have not set anything
    in the cmd buffer. We should not call system(cmd) if we have not filled
    in the cmd buffer.
    
        
file modified
+2 -2