Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at auth-process.c:736

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

auth_process_group_destroy

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/auth-process.c)expand/collapse
Show more  
 723  static void auth_process_group_destroy(struct auth_process_group *group)
 724  {
 725          struct auth_process *next;
 726          const char *path;
 727   
 728          while (group->processes != NULL) {
 729                  next = group->processes->next;
 730                  auth_process_destroy(group->processes);
 731                  group->processes = next;
 732          }
 733   
 734          path = t_strconcat(group->set->parent->defaults->, "/",
 735[+]                            group->set->name, NULL);
 736          (void)unlink(path);
Show more  




Change Warning 7770.25738 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: