Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at ansi_a_stat.c:322

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

ansi_a_stat_gtk_win_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/ansi_a_stat.c)expand/collapse
Show more  
 312          gtk_container_add(GTK_CONTAINER(dlg_p->scrolled_win), dlg_p->table);
 313   
 314          /* Button row. */
 315      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 316      gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 317   
 318      bt_close = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 319      window_set_cancel_button(dlg_p->win, bt_close, window_cancel_button_cb);
 320   
 321      g_signal_connect(dlg_p->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 322      g_signal_connect(dlg_p->win, "destroy", G_CALLBACK(ansi_a_stat_gtk_win_destroy_cb), dlg_p);
 323   
 324      gtk_widget_show_all(dlg_p->win);
 325      window_present(dlg_p->win);
 326  }
 327   
 328   
 329  static void
 330  ansi_a_stat_gtk_bsmap_cb(
 331      GtkWidget           *w _U_,
 332      gpointer            d _U_)
Show more  




Change Warning 584.28671 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: