Text   |  XML   |  ReML   |   Visible Warnings:

Unreachable Call  at bootp_stat.c:161

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

dhcpstat_draw

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/bootp_stat.c)expand/collapse
Show more  
 151  dhcpstat_draw(void *psp)
 152  {
 153          dhcpstat_t *sp=psp;
 154          guint index;
 155   
 156          index=sp->index;
 157          g_hash_table_foreach( sp->hash, (GHFunc) dhcp_draw_message_type, NULL );
 158          if (index != sp->index){
 159                  /* We have inserted a new entry corresponding to a status code ,
 160                   * let's resize the table */
 161                  gtk_table_resize ( GTK_TABLE(sp->table_message_type), sp->index  % 2 , 4);
 162          }
 163   
 164  }
Show more  




Change Warning 4323.29581 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: