Null Pointer Dereference at mail-transaction-log.c:56 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mail_transaction_log_2_unlink_old (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-transaction-log.c)![]() | ||||||
![]() | ||||||
49 | static void mail_transaction_log_2_unlink_old(struct mail_transaction_log *log) | |||||
50 | { | |||||
51 | struct stat st; | |||||
52 | const char *path; | |||||
53 | ||||||
54 | path = t_strconcat(log->index->filepath, | |||||
55 | [+] | MAIL_TRANSACTION_LOG_SUFFIX".2", NULL); | ||||
56 | if (stat(path, &st) < 0) {
| |||||
![]() |