Null Pointer Dereference at dbox-file.c:282 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
day_begin_stamp (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/dbox/dbox-file.c)![]() | ||||||
![]() | ||||||
273 | static time_t day_begin_stamp(unsigned int days) | |||||
274 | { | |||||
275 | struct tm tm; | |||||
276 | time_t stamp; | |||||
277 | ||||||
278 | if (days == 0) | |||||
279 | return 0; | |||||
280 | ||||||
281 | /* get beginning of today */ | |||||
282 | tm = *localtime(&ioloop_time);
| |||||
![]() |