Useless Assignment at quota-fs.c:85 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
fs_quota_alloc (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/quota/quota-fs.c)![]() | ||||||
![]() | ||||||
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 | } | |||||
![]() |