Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at dbox-file.c:282

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

day_begin_stamp

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib-storage/index/dbox/dbox-file.c)expand/collapse
Show more  
 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);
Show more  




Change Warning 7446.24490 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: