Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at mail-transaction-log.c:248

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

mail_transaction_log_rotate

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-transaction-log.c)expand/collapse
Show more  
 237  int mail_transaction_log_rotate(struct mail_transaction_log *log, bool reset)
 238  {
 239          struct mail_transaction_log_file *file;
 240          const char *path = log->head->filepath;
 241          struct stat st;
 242   
 243          i_assert(log->head->locked);
 244   
 245          if (MAIL_INDEX_IS_IN_MEMORY(log->index)) {
 246[+]                 file = mail_transaction_log_file_alloc_in_memory(log);
 247                  if (reset) {
 248                          file->hdr.prev_file_seq = 0;
Show more  




Change Warning 7215.25558 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: