Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at mailbox-list.c:869

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

mailbox_list_set_internal_error

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/mailbox-list.c)expand/collapse
Show more  
 859  void mailbox_list_set_internal_error(struct mailbox_list *list)
 860  {
 861          struct tm *tm;
 862          char str[256];
 863   
 864          tm = localtime(&ioloop_time);
 865   
 866          i_free(list->error_string);
 867          list->error_string =
 868                  strftime(str, sizeof(str),
 869                           MAIL_ERRSTR_CRITICAL_MSG_STAMP, tm) > 0 ?
Show more  




Change Warning 7267.24489 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: