Null Pointer Dereference at imap-date.c:171 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
imap_to_datetime_tz (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-imap/imap-date.c)![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
222 | const char *imap_to_datetime_tz(time_t , int timezone_offset) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
223 | { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
224 | const struct tm *tm; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
225 | time_t adjusted = + timezone_offset*60; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
226 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
227 | tm = gmtime(&adjusted); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
228 | [+] | return imap_to_datetime_tm(tm, timezone_offset); | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |