Null Pointer Dereference at utc-offset.c:11 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
imap_to_datetime (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-imap/imap-date.c)![]() | ||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||
212 | const char *imap_to_datetime(time_t ) | |||||||||||||||||||||||||||||||||||||||||||
213 | { | |||||||||||||||||||||||||||||||||||||||||||
214 | struct tm *tm; | |||||||||||||||||||||||||||||||||||||||||||
215 | int timezone_offset; | |||||||||||||||||||||||||||||||||||||||||||
216 | ||||||||||||||||||||||||||||||||||||||||||||
217 | tm = localtime(&); | |||||||||||||||||||||||||||||||||||||||||||
218 | [+] | timezone_offset = utc_offset(tm, ); | ||||||||||||||||||||||||||||||||||||||||||
![]() |
| |||||||||||||||||||||||||||||||||||||||||||
![]() |