Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at gsm_map_summary.c:291

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

gsm_map_stat_gtk_sum_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/gsm_map_summary.c)expand/collapse
Show more  
 281   
 282   
 283    /* Button row. */
 284    bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 285    gtk_container_add(GTK_CONTAINER(main_vb), bbox);
 286    gtk_widget_show(bbox);
 287   
 288    close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 289    window_set_cancel_button(sum_open_w, close_bt, window_cancel_button_cb);
 290   
 291    g_signal_connect(sum_open_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 292   
 293    gtk_widget_show(sum_open_w);
 294    window_present(sum_open_w);
 295  }
 296   
 297   
 298  void 
 299  register_tap_listener_gtkgsm_map_summary(void)
 300  {
 301      register_stat_menu_item("GSM/MAP Summary",  REGISTER_STAT_GROUP_TELEPHONY,
Show more  




Change Warning 652.28836 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: