Text   |  XML   |  ReML   |   Visible Warnings:

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

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

mail_transaction_log_2_unlink_old

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-transaction-log.c)expand/collapse
Show more  
 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) {
Show more  




Change Warning 7233.24831 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: