Text   |  XML   |  ReML   |   Visible Warnings:

Use After Free  at mail-transaction-log.c:187

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

mail_transaction_log_indexid_changed

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-transaction-log.c)expand/collapse
Show more  
 180  void mail_transaction_log_indexid_changed(struct mail_transaction_log *log)
 181  {
 182          struct mail_transaction_log_file *file;
 183   
 184[+]         mail_transaction_logs_clean(log);
 185   
 186          for (file = log->files; file != NULL; file = file->next) {
 187                  if (file->hdr.indexid != log->index->indexid) {
Show more  




Change Warning 11443.25650 : Use After Free

Priority:
State:
Finding:
Owner:
Note: