2b66b57 Bug 702705 - (cov#10803) NULL pointer dereference in security cgi

Authored and Committed by nkinder 13 years ago
    Bug 702705 - (cov#10803) NULL pointer dereference in security cgi
    
    There is a chance we can deference a NULL variable if the format
    CGI variable ends up being NULL.  This is unlikely, since the CGI
    will exit when there is a problem fetching the variable, but we
    should check for NULL to be safe.
    
        
file modified
+6 -0