Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at profile_dlg.c:803

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  
 793    gtk_tooltips_set_tip (tooltips, ok_bt, "Apply the profiles and close this dialog", NULL);
 794   
 795    /* Catch the "activate" signal on the profile name and profile 
 796       list entries, so that if the user types Return 
 797       there, we act as if the "OK" button had been selected, as 
 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);
Show more  




Change Warning 489.28494 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: