Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at master-settings.c:542

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

get_directory

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/master/master-settings.c)expand/collapse
Show more  
 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, '/');
Show more  




Change Warning 7823.24457 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: