Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at mail-storage.c:291

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

mail_storage_set_internal_error

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/mail-storage.c)expand/collapse
Show more  
 281  void mail_storage_set_internal_error(struct mail_storage *storage)
 282  {
 283          struct tm *tm;
 284          char str[256];
 285   
 286          tm = localtime(&ioloop_time);
 287   
 288          i_free(storage->error_string);
 289          storage->error_string =
 290                  strftime(str, sizeof(str),
 291                           MAIL_ERRSTR_CRITICAL_MSG_STAMP, tm) > 0 ?
Show more  




Change Warning 7277.24488 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: