Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at mtp3_summary.c:416

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

mtp3_sum_gtk_sum_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/mtp3_summary.c)expand/collapse
Show more  
 406    add_string_to_box(string_buff, tot_box);
 407   
 408    /* Button row. */
 409    bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 410    gtk_container_add(GTK_CONTAINER(main_vb), bbox);
 411    gtk_widget_show(bbox);
 412   
 413    close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 414    window_set_cancel_button(sum_open_w, close_bt, window_cancel_button_cb);
 415   
 416    g_signal_connect(sum_open_w, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 417   
 418    gtk_widget_show_all(sum_open_w);
 419    window_present(sum_open_w);
 420  }
 421   
 422   
 423  void 
 424  register_tap_listener_gtkmtp3_summary(void)
 425  {
 426      register_stat_menu_item("MTP3/MSU Summary",  REGISTER_STAT_GROUP_TELEPHONY,
Show more  




Change Warning 730.29024 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: