Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at imem.c:25

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

dict_processes_init

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/dict-process.c)expand/collapse
Show more  
 225  void dict_processes_init(void)
 226  {
 227          const char *path;
 228   
 229          path = t_strconcat(settings_root->defaults->base_dir,
 230[+]                            "/"DICT_SERVER_SOCKET_NAME, NULL);
 231[+]         dict_listener = dict_listener_init(path);
expand/collapse

dict_listener_init

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/dict-process.c)expand/collapse
Show more  
 172  static struct dict_listener *dict_listener_init(const char *path)
 173  {
 174          struct dict_listener *listener;
 175          mode_t old_umask;
 176   
 177          listener = i_new(struct dict_listener, 1);
 178[+]         listener->path = i_strdup(path);
expand/collapse

i_strdup

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/imem.c)expand/collapse
Show more  
 23  char *i_strdup(const char *str)
 24  {
 25      char *rv = strdup( str );
Show more  
Show more  
Show more  




Change Warning 11839.25514 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: