Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at fc_stat.c:198

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

gtk_fcstat_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/fc_stat.c)expand/collapse
Show more  
 188          }
 189   
 190          /* Button row. */
 191          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 192          gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 193   
 194          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 195          window_set_cancel_button(fc->win, close_bt, window_cancel_button_cb);
 196   
 197          g_signal_connect(fc->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 198          g_signal_connect(fc->win, "destroy", G_CALLBACK(win_destroy_cb), fc);
 199   
 200          gtk_widget_show_all(fc->win);
 201          window_present(fc->win);
 202   
 203          cf_retap_packets(&cfile, FALSE);
 204          gdk_window_raise(fc->win->window);
 205  }
 206   
 207  static tap_dfilter_dlg fc_stat_dlg = {
 208          "Fibre Channel Service Response Time statistics",
Show more  




Change Warning 630.28812 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: