dtlogin: Resolve some coverity issues, including those thought previously fixed
This commit is contained in:
@@ -1557,7 +1557,8 @@ MakeGreeting( void )
|
||||
*/
|
||||
|
||||
|
||||
if ( strlen(greetInfo.labelString) == 0 ||
|
||||
if ( !greetInfo.labelString ||
|
||||
strlen(greetInfo.labelString) == 0 ||
|
||||
strcmp(greetInfo.labelString, "None") == 0 ||
|
||||
strcmp(greetInfo.labelString, "none") == 0 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user