Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at prefs_dlg.c:614

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

prefs_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/prefs_dlg.c)expand/collapse
Show more  
 604    cancel_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CANCEL);
 605    g_signal_connect(cancel_bt, "clicked", G_CALLBACK(prefs_main_cancel_cb), prefs_w);
 606    window_set_cancel_button(prefs_w, cancel_bt, NULL);
 607   
 608    gtk_widget_grab_default(ok_bt);
 609   
 610    help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 611    g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_PREFERENCES_DIALOG);
 612   
 613    g_signal_connect(prefs_w, "delete_event", G_CALLBACK(prefs_main_delete_event_cb), prefs_w);
 614    g_signal_connect(prefs_w, "destroy", G_CALLBACK(prefs_main_destroy_cb), prefs_w);
 615   
 616    gtk_widget_show(prefs_w);
 617   
 618    /* hide the Save button if the user uses implicit save */
 619    if(!prefs.gui_use_pref_save) {
 620      gtk_widget_hide(save_bt);
 621    }
 622   
 623    window_present(prefs_w);
 624   
Show more  




Change Warning 446.28432 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: