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