Null Pointer Dereference at mail-transaction-log.c:25 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mail_transaction_log_create (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-transaction-log.c)![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
103 | int mail_transaction_log_create(struct mail_transaction_log *log, bool reset) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
104 | { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
105 | struct mail_transaction_log_file *file; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
106 | const char *path; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
107 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
108 | if (MAIL_INDEX_IS_IN_MEMORY(log->index)) { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
109 | [+] | file = mail_transaction_log_file_alloc_in_memory(log); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
110 | [+] | mail_transaction_log_set_head(log, file); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |