Uninitialized Variable at commands.c:122 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
cmd_list (/home/sate/Testcases/c/cve/dovecot-1.2.0/src/pop3/commands.c)![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
146 | static int cmd_list(struct client *client, const char *args) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
147 | { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
148 | struct cmd_list_context *ctx; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
149 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
150 | if (*args == '\0') { | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
151 | [+] | ctx = i_new(struct cmd_list_context, 1); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
152 | client_send_line(client, "+OK %u :", | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
153 | client-> - client->deleted_count); | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
154 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
155 | client->cmd = cmd_list_callback; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
156 | client->cmd_context = ctx; | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
157 | [+] | cmd_list_callback(client); | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |