Null Pointer Dereference at maildir-storage.c:353 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
maildir_check_tmp (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/maildir/maildir-storage.c)![]() | ||||||
![]() | ||||||
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) {
| |||||
![]() |