Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at ssl-init.c:93

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

check_parameters_file_set

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/ssl-init.c)expand/collapse
Show more  
 83  static bool check_parameters_file_set(struct settings *set)
 84  {
 85          const char *path;
 86          struct stat st, st2;
 87          time_t regen_time;
 88   
 89          if (strcmp(set->ssl, "no") == 0)
 90                  return TRUE;
 91   
 92[+]         path = t_strconcat(set->, "/"SSL_PARAMETERS_FILENAME, NULL);
 93          if (stat(path, &st) < 0) {
Show more  




Change Warning 7853.25282 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: