Null Pointer Dereference at master-settings.c:542 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
get_directory (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/master-settings.c)![]() | ||||||
![]() | ||||||
537 | static const char *get_directory(const char *path) | |||||
538 | { | |||||
539 | char *str, *p; | |||||
540 | ||||||
541 | [+] | str = t_strdup_noconst(path); | ||||
542 | p = strrchr(str, '/');
| |||||
![]() |