Null Pointer Dereference at ssl-init.c:93 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
check_parameters_file_set (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/ssl-init.c)![]() | ||||||
![]() | ||||||
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->login_dir, "/"SSL_PARAMETERS_FILENAME, NULL); | ||||
93 | if (stat(path, &st) < 0) {
| |||||
![]() |