ssahani / rpms / freeradius

Forked from rpms/freeradius 5 years ago
Clone

ad78a60 Fix three cases of comparing pointer to zero char

Authored and Committed by nkondras 7 years ago
    Fix three cases of comparing pointer to zero char
    
    Fix three cases of comparing pointer to a zero character, where pointers
    were apparently intended to be dereferenced first and then compared.
    Found with the help of GCC 7 warnings.
    
        
file modified
+6 -1