Text   |  XML   |  ReML   |   Visible Warnings:

Use After Free  at client.c:682

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

clients_notify_auth_connected

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/imap-login/client.c)expand/collapse
Show more  
 678  void clients_notify_auth_connected(void)
 679  {
 680          struct client *client;
 681   
 682          for (client = clients; client != NULL; client = client->next) {
 683                  struct imap_client *imap_client = (struct imap_client *)client;
 684   
 685                  if (imap_client->to_auth_waiting != NULL)
 686                          timeout_remove(&imap_client->to_auth_waiting);
 687                  if (!imap_client->greeting_sent)
 688                          client_send_greeting(imap_client);
 689                  if (imap_client->input_blocked) {
 690                          imap_client->input_blocked = FALSE;
 691[+]                         client_input(imap_client);
Show more  




Change Warning 11781.25948 : Use After Free

Priority:
State:
Finding:
Owner:
Note: