Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at iax2_analysis.c:1785

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

dialog_graph_init_window

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/iax2_analysis.c)expand/collapse
Show more  
 1775   
 1776          dialog_graph_set_title(user_data);
 1777   
 1778          hbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 1779          gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
 1780          gtk_widget_show(hbox);
 1781   
 1782          bt_close = g_object_get_data(G_OBJECT(hbox), GTK_STOCK_CLOSE);
 1783          window_set_cancel_button(user_data->dlg.dialog_graph.window, bt_close, window_cancel_button_cb);
 1784   
 1785          g_signal_connect(user_data->dlg.dialog_graph.window, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 1786   
 1787          gtk_widget_show(user_data->dlg.dialog_graph.window);
 1788          window_present(user_data->dlg.dialog_graph.window);
 1789   
 1790  }
 1791   
 1792   
 1793  /****************************************************************************/
 1794  static void on_graph_bt_clicked(GtkWidget *bt _U_, user_data_t *user_data)
 1795  {
Show more  




Change Warning 667.28917 : Dangerous Function Cast

Because they are very similar, this warning shares annotations with warning 667.29055.

Priority:
State:
Finding:
Owner:
Note: