Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at filter_dlg.c:594

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

filter_dialog_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/filter_dlg.c)expand/collapse
Show more  
 584      if (parent_filter_te != NULL) {
 585          dlg_set_activate(name_te, ok_bt);
 586          dlg_set_activate(filter_te, ok_bt);
 587      }
 588   
 589      apply_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_APPLY);
 590      g_signal_connect(apply_bt, "clicked", G_CALLBACK(filter_dlg_apply_cb), filter_list_type_p);
 591      gtk_tooltips_set_tip (tooltips, apply_bt, ("Apply the filters and keep this dialog open"), NULL);
 592   
 593      save_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_SAVE);
 594      g_signal_connect(save_bt, "clicked", G_CALLBACK(filter_dlg_save_cb), filter_list_type_p);
 595      gtk_tooltips_set_tip (tooltips, save_bt, ("Save the filters permanently and keep this dialog open"), NULL);
 596   
 597      cancel_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CANCEL);
 598      gtk_tooltips_set_tip (tooltips, cancel_bt, ("Cancel the changes"), NULL);
 599      g_signal_connect(cancel_bt, "clicked", G_CALLBACK(filter_dlg_cancel_cb), filter_list_type_p);
 600      window_set_cancel_button(main_w, cancel_bt, NULL);
 601   
 602      help_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 603      if (list_type == CFILTER_EDITED_LIST) {
 604          g_signal_connect(help_bt, "clicked", G_CALLBACK(topic_cb), (gpointer)HELP_CAPTURE_FILTERS_DIALOG);
Show more  




Change Warning 242.28104 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: