e0da408 Bug 697641 - Check if strchr() returns NULL before dereferencing

Authored and Committed by nkinder 13 years ago
    Bug 697641 - Check if strchr() returns NULL before dereferencing
    
    If we don't find the ':' delimiter, we can end up dereferencing a NULL
    pointer.  We should check if strchr() returned NULL before dereferencing
    password.
    
    cov#10761
    
        
file modified
+17 -14