Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at idxview.c:43

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

unixdate2str

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/util/idxview.c)expand/collapse
Show more  
 37  static const char *unixdate2str(time_t timestamp)
 38  {
 39          static char buf[64];
 40          struct tm *tm;
 41   
 42          tm = localtime(&timestamp);
 43          strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", tm);
Show more  




Change Warning 8036.24506 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: