Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at gtp_stat.c:214

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

gtk_gtpstat_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/gtp_stat.c)expand/collapse
Show more  
 204                  return;
 205          }
 206   
 207          /* Button row. */
 208          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 209          gtk_box_pack_end(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 210   
 211          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 212          window_set_cancel_button(gtp->win, close_bt, window_cancel_button_cb);
 213   
 214          g_signal_connect(gtp->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 215          g_signal_connect(gtp->win, "destroy", G_CALLBACK(win_destroy_cb), gtp);
 216   
 217          gtk_widget_show_all(gtp->win);
 218          window_present(gtp->win);
 219   
 220          cf_retap_packets(&cfile, FALSE);
 221          gdk_window_raise(gtp->win->window);
 222  }
 223   
 224  static tap_dfilter_dlg gtp_stat_dlg = {
Show more  




Change Warning 654.28838 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: