Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at client.c:659

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

client_send_tagline

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/imap-login/client.c)expand/collapse
Show more  
 673  void client_send_tagline(struct imap_client *client, const char *line)
 674  {
 675[+][+]         client_send_line(client, t_strconcat(client->cmd_tag, " ", line, NULL));
expand/collapse

client_send_line

(/home/sate/Testcases/c/cve/dovecot-1.2.0/src/imap-login/client.c)expand/collapse
Show more  
 653  void client_send_line(struct imap_client *client, const char *line)
 654  {
 655          struct const_iovec iov[2];
 656          ssize_t ret;
 657   
 658          iov[0].iov_base = line;
 659          iov[0].iov_len = strlen(line);
Show more  
Show more  




Change Warning 7945.24644 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: