Unreachable Computation at mail-log-plugin.c:148 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
mail_log_event_get_name (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/plugins/mail-log/mail-log-plugin.c)![]() | ||||||
![]() | ||||||
139 | static const char *mail_log_event_get_name(enum mail_log_event event) | |||||
140 | { | |||||
141 | unsigned int i; | |||||
142 | ||||||
143 | for (i = 0; event_names[i] != NULL; i++) { | |||||
144 | if ((unsigned)event == (unsigned)(1 << i)) | |||||
145 | return event_names[i]; | |||||
146 | } | |||||
147 | i_unreached(); | |||||
148 | return NULL;
| |||||
149 | } | |||||
![]() |