Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at maildir-storage.c:288

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

maildir_autodetect

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/maildir/maildir-storage.c)expand/collapse
Show more  
 279  static bool maildir_autodetect(const char *data, enum mail_storage_flags flags)
 280  {
 281          bool debug = (flags & MAIL_STORAGE_FLAG_DEBUG) != 0;
 282          struct stat st;
 283          const char *path;
 284   
 285          data = t_strcut(data, ':');
 286   
 287[+]         path = t_strconcat(data, "/cur", NULL);
 288          if (stat(path, &st) < 0) {
Show more  




Change Warning 7363.24669 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: