Null Pointer Dereference at mailbox-list.c:869 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mailbox_list_set_internal_error (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/mailbox-list.c)![]() | ||||||
![]() | ||||||
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 ? | |||||
![]() |