Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at capture_opts.c:633

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

capture_opts_list_interfaces

(/home/sate/Testcases/c/cve/wireshark-1.2.0/capture_opts.c)expand/collapse
Show more  
 619  capture_opts_list_interfaces(gboolean machine_readable)
 620  {
 621      GList       *if_list;
 622      GList       *if_entry;
 623      if_info_t   *if_info;
 624      int         err;
 625      gchar       *err_str;
 626      int         i;
 627      GSList      *ip_addr;
 628      if_addr_t   *if_addr;
 629      char        addr_str[ADDRSTRLEN];
 630   
 631[+]     if_list = get_interface_list(&err, &err_str);
 632      if (if_list == NULL) {
 633          switch (err) {
Show more  




Change Warning 4170.30244 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: