Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at quota-fs.c:85

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

fs_quota_alloc

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/quota/quota-fs.c)expand/collapse
Show more  
 79  static struct quota_root *fs_quota_alloc(void)
 80  {
 81          struct fs_quota_root *root;
 82   
 83          root = i_new(struct fs_quota_root, 1);
 84          root->uid = geteuid();
 85          root->gid = getegid();
 86   
 87          return &root->root;
 88  }
Show more  




Change Warning 12126.24476 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: