Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at profile_dlg.c:699

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

profile_dialog_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/profile_dlg.c)expand/collapse
Show more  
 689    edit_fr = gtk_frame_new("Edit");
 690    gtk_box_pack_start(GTK_BOX(top_hb), edit_fr, FALSE, FALSE, 0);
 691    gtk_widget_show(edit_fr);
 692   
 693    list_bb = gtk_vbox_new(TRUE, 0);
 694    gtk_container_set_border_width(GTK_CONTAINER(list_bb), 5);
 695    gtk_container_add(GTK_CONTAINER(edit_fr), list_bb);
 696    gtk_widget_show(list_bb);
 697   
 698    new_bt = gtk_button_new_from_stock(GTK_STOCK_NEW);
 699    g_signal_connect(new_bt, "clicked", G_CALLBACK(profile_new_bt_clicked_cb), NULL);
 700    gtk_widget_show(new_bt);
 701    gtk_box_pack_start (GTK_BOX (list_bb), new_bt, FALSE, FALSE, 0);
 702    gtk_tooltips_set_tip (tooltips, new_bt,
 703                          "Create a new profile (with default properties)", NULL);
 704   
 705  #if 0 
 706    copy_bt = gtk_button_new_from_stock(GTK_STOCK_COPY);
 707    gtk_widget_set_sensitive(copy_bt, FALSE);
 708    g_signal_connect(copy_bt, "clicked", G_CALLBACK(profile_copy_bt_clicked_cb), NULL);
 709    g_object_set_data(G_OBJECT(main_w), E_PROF_COPY_BT_KEY, copy_bt);
Show more  




Change Warning 496.28502 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: