Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at profile_dlg.c:718

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  
 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);
 710    gtk_widget_show(copy_bt);
 711    gtk_box_pack_start (GTK_BOX (list_bb), copy_bt, FALSE, FALSE, 0);
 712    gtk_tooltips_set_tip (tooltips, copy_bt,
 713                          "Copy the selected profile", NULL);
 714  #endif
 715   
 716    del_bt = gtk_button_new_from_stock(GTK_STOCK_DELETE);
 717    gtk_widget_set_sensitive(del_bt, FALSE);
 718    g_signal_connect(del_bt, "clicked", G_CALLBACK(profile_del_bt_clicked_cb), NULL);
 719    g_object_set_data(G_OBJECT(main_w), E_PROF_DEL_BT_KEY, del_bt);
 720    gtk_widget_show(del_bt);
 721    gtk_box_pack_start (GTK_BOX (list_bb), del_bt, FALSE, FALSE, 0);
 722    gtk_tooltips_set_tip (tooltips, del_bt, "Delete the selected profile", NULL);
 723   
 724    profile_fr = gtk_frame_new("Configuration Profiles");
 725    gtk_box_pack_start(GTK_BOX(top_hb), profile_fr, TRUE, TRUE, 0);
 726    gtk_widget_show(profile_fr);
 727   
 728    profile_sc = scrolled_window_new(NULL, NULL);
Show more  




Change Warning 495.28501 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: