Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at hostlist_table.c:1218

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

init_hostlist_notebook_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_table.c)expand/collapse
Show more  
 1208      g_signal_connect(map_bt, "clicked", G_CALLBACK(open_as_map_cb), NULL);
 1209      g_signal_connect(nb, "switch-page", G_CALLBACK(ct_nb_map_switch_page_cb), map_bt);
 1210      gtk_widget_set_sensitive(map_bt, FALSE);
 1211  #endif /* HAVE_GEOIP */
 1212       
 1213      g_signal_connect(nb, "switch-page", G_CALLBACK(ct_nb_switch_page_cb), copy_bt);
 1214   
 1215      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 1216      g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_STATS_ENDPOINTS_DIALOG);
 1217   
 1218      g_signal_connect(win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 1219      g_signal_connect(win, "destroy", G_CALLBACK(hostlist_win_destroy_notebook_cb), pages);
 1220   
 1221      gtk_widget_show_all(win);
 1222      window_present(win);
 1223   
 1224      cf_retap_packets(&cfile, FALSE);
 1225      gdk_window_raise(win->window);
 1226   
 1227      /* after retapping, redraw table */
 1228      for (page=1; page<=GPOINTER_TO_INT(pages[0]); page++) {
Show more  




Change Warning 327.28271 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: