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_passdb_settings_new

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/master-settings.c)expand/collapse
Show more  
 1110  static struct auth_passdb_settings *
 1111  auth_passdb_settings_new(struct auth_settings *auth, const char *type)
 1112  {
 1113          struct auth_passdb_settings *as, **as_p;
 1114   
 1115          as = p_new(settings_pool, struct auth_passdb_settings, 1);
 1116   
 1117          as->parent = auth;
 1118[+][+]         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 7845.24442 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: