Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at maildir-storage.c:353

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

maildir_check_tmp

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/maildir/maildir-storage.c)expand/collapse
Show more  
 346  static int maildir_check_tmp(struct mail_storage *storage, const char *dir)
 347  {
 348          const char *path;
 349          struct stat st;
 350   
 351          /* if tmp/ directory exists, we need to clean it up once in a while */
 352[+]         path = t_strconcat(dir, "/tmp", NULL);
 353          if (stat(path, &st) < 0) {
Show more  




Change Warning 7365.24963 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: