Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at mail-cache.c:458

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

mail_cache_create

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-index/mail-cache.c)expand/collapse
Show more  
 452  struct mail_cache *mail_cache_create(struct mail_index *index)
 453  {
 454          struct mail_cache *cache;
 455   
 456[+]         cache = mail_cache_alloc(index);
 457          if (!MAIL_INDEX_IS_IN_MEMORY(index)) {
 458                  if (unlink(cache->filepath) < 0 && errno != ENOENT)
Show more  




Change Warning 11493.24886 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: