Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at afp_stat.c:192

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

gtk_afpstat_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/afp_stat.c)expand/collapse
Show more  
 182          }
 183   
 184          /* Button row. */
 185          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 186          gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 187   
 188          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 189          window_set_cancel_button(ss->win, close_bt, window_cancel_button_cb);
 190   
 191          g_signal_connect(ss->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 192          g_signal_connect(ss->win, "destroy", G_CALLBACK(win_destroy_cb), ss);
 193   
 194          gtk_widget_show_all(ss->win);
 195          window_present(ss->win);
 196   
 197          cf_retap_packets(&cfile, FALSE);
 198          gdk_window_raise(ss->win->window);
 199  }
 200   
 201  static tap_dfilter_dlg afp_stat_dlg = {
 202          "AFP SRT Statistics",
Show more  




Change Warning 582.28668 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: