Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at failures.c:67

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

log_prefix_add

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/lib/failures.c)expand/collapse
Show more  
 56  static void log_prefix_add(string_t *str)
 57  {
 58          struct tm *tm;
 59          char buf[256];
 60          time_t now;
 61   
 62          if (log_stamp_format != NULL) {
 63                  now = time(NULL);
 64                  tm = localtime(&now);
 65   
 66                  if (strftime(buf, sizeof(buf),
 67                               get_log_stamp_format("unused"), tm) > 0)
Show more  




Change Warning 7052.24576 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: