Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at mailbox-list-fs-iter.c:440

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

list_file_is_inbox

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/list/mailbox-list-fs-iter.c)expand/collapse
Show more  
 433  list_file_is_inbox(struct fs_list_iterate_context *ctx, const char *fname)
 434  {
 435          const char *real_path, *inbox_path;
 436   
 437[+]         real_path = t_strconcat(ctx->dir->real_path, "/", fname, NULL);
 438          inbox_path = mailbox_list_get_path(ctx->ctx.list, "INBOX",
 439                                             MAILBOX_LIST_PATH_TYPE_DIR);
 440          return strcmp(real_path, inbox_path) == 0;
Show more  




Change Warning 7282.24654 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: