Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at rawlog.c:219

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

proxy_open_logs

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/util/rawlog.c)expand/collapse
Show more  
 210  static void proxy_open_logs(struct rawlog_proxy *proxy, const char *path)
 211  {
 212          time_t now;
 213          struct tm *tm;
 214          const char *fname;
 215          char timestamp[50];
 216   
 217          now = time(NULL);
 218          tm = localtime(&now);
 219          if (strftime(timestamp, sizeof(timestamp), "%Y%m%d-%H%M%S", tm) <= 0)
Show more  




Change Warning 8031.24792 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: