Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at hostlist_table.c:827

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

init_hostlist_table_page

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_table.c)expand/collapse
Show more  
 817      gtk_clist_set_sort_type(hosttable->table, GTK_SORT_DESCENDING);
 818   
 819      for (i = 0; i < NUM_HOSTLIST_COLS; i++) {
 820          gtk_clist_set_column_auto_resize(hosttable->table, i, TRUE);
 821      }
 822   
 823      gtk_clist_set_shadow_type(hosttable->table, GTK_SHADOW_IN);
 824      gtk_clist_column_titles_show(hosttable->table);
 825      gtk_container_add(GTK_CONTAINER(hosttable->scrolled_window), (GtkWidget *)hosttable->table);
 826   
 827      g_signal_connect(hosttable->table, "click-column", G_CALLBACK(hostlist_click_column_cb), col_arrows);
 828   
 829      hosttable->num_hosts=0;
 830      hosttable->hosts=NULL;
 831   
 832      /* hide srcport and dstport if we don't use ports */
 833      if(hide_ports){
 834          gtk_clist_set_column_visibility(hosttable->table, 1, FALSE);
 835      }
 836   
 837  #ifdef HAVE_GEOIP 
Show more  




Change Warning 321.28263 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: