Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at strfuncs.c:317

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

t_str_ucase

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/strfuncs.c)expand/collapse
Show more  
 336  const char *t_str_ucase(const char *str)
 337  {
 338[+][+]         return str_ucase(t_strdup_noconst(str));
expand/collapse

str_ucase

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/strfuncs.c)expand/collapse
Show more  
 313  char *str_ucase(char *str)
 314  {
 315          char *p;
 316   
 317          for (p = str; *p != '\0'; p++)
Show more  
Show more  




Change Warning 7134.24454 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: