Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at quota-plugin.c:51

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

quota_root_add_warning_rules

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/quota/quota-plugin.c)expand/collapse
Show more  
 43  static void quota_root_add_warning_rules(const char *root_name,
 44                                           struct quota_root_settings *root_set)
 45  {
 46          const char *rule_name, *rule, *error;
 47          unsigned int i;
 48   
 49[+]         rule_name = t_strconcat(root_name, "_WARNING", NULL);
 50          for (i = 2;; i++) {
 51                  rule = getenv(rule_name);
Show more  




Change Warning 8127.24986 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: