Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at strfuncs.c:326

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

auth_userdb_settings_new

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/master-settings.c)expand/collapse
Show more  
 1128  static struct auth_userdb_settings *
 1129  auth_userdb_settings_new(struct auth_settings *auth, const char *type)
 1130  {
 1131          struct auth_userdb_settings *as, **as_p;
 1132   
 1133          as = p_new(settings_pool, struct auth_userdb_settings, 1);
 1134   
 1135          as->parent = auth;
 1136[+][+]         as->driver = str_lcase(p_strdup(settings_pool, type));
expand/collapse

str_lcase

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/strfuncs.c)expand/collapse
Show more  
 322  char *str_lcase(char *str)
 323  {
 324          char *p;
 325   
 326          for (p = str; *p != '\0'; p++)
Show more  
Show more  




Change Warning 7844.24443 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: