Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at filter_dlg.c:590

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  
 580         expression text entries, so that if the user types Return 
 581         there, we act as if the "OK" button had been selected, as 
 582         happens if Return is typed if some widget that *doesn't*
 583         handle the Return key has the input focus. */
 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);
Show more  




Change Warning 243.28107 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: