Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at profile_dlg.c:808

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  
 798       happens if Return is typed if some widget that *doesn't*
 799       handle the Return key has the input focus. */
 800    dlg_set_activate(name_te, ok_bt);
 801   
 802    apply_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_APPLY);
 803    g_signal_connect(apply_bt, "clicked", G_CALLBACK(profile_dlg_apply_cb), NULL);
 804    gtk_tooltips_set_tip (tooltips, apply_bt, "Apply the profiles and keep this dialog open", NULL);
 805   
 806    cancel_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CANCEL);
 807    gtk_tooltips_set_tip (tooltips, cancel_bt, "Cancel the changes", NULL);
 808    g_signal_connect(cancel_bt, "clicked", G_CALLBACK(profile_dlg_cancel_cb), NULL);
 809    window_set_cancel_button(main_w, cancel_bt, NULL);
 810   
 811    help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 812    g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_CONFIG_PROFILES_DIALOG);
 813    gtk_tooltips_set_tip (tooltips, help_bt, "Show topic specific help", NULL);
 814   
 815    if(ok_bt) {
 816      gtk_widget_grab_default(ok_bt);
 817    }
 818   
Show more  




Change Warning 488.28493 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: