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_socket_settings_new

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/master-settings.c)expand/collapse
Show more  
 1146  static struct auth_socket_settings *
 1147  auth_socket_settings_new(struct auth_settings *auth, const char *type)
 1148  {
 1149          struct auth_socket_settings *as, **as_p;
 1150   
 1151          as = p_new(settings_pool, struct auth_socket_settings, 1);
 1152   
 1153          as->parent = auth;
 1154[+][+]         as->type = 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 7846.24440 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: