Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at tap_dfilter_dlg.c:242

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

tap_dfilter_dlg_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/tap_dfilter_dlg.c)expand/collapse
Show more  
 231   
 232          gtk_box_pack_start(GTK_BOX(dlg_box), filter_box, TRUE, TRUE, 0);
 233          gtk_widget_show(filter_box);
 234   
 235          /* button box */
 236          bbox = dlg_button_row_new(WIRESHARK_STOCK_CREATE_STAT, GTK_STOCK_CANCEL, NULL);
 237          gtk_box_pack_start(GTK_BOX(dlg_box), bbox, FALSE, FALSE, 0);
 238          gtk_widget_show(bbox);
 239   
 240          start_button = g_object_get_data(G_OBJECT(bbox), WIRESHARK_STOCK_CREATE_STAT);
 241          g_signal_connect(start_button, "clicked",
 242                                G_CALLBACK(tap_dfilter_dlg_start_button_clicked), current_dlg);
 243   
 244          cancel_button = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CANCEL);
 245          window_set_cancel_button(current_dlg->dlg, cancel_button, window_cancel_button_cb);
 246   
 247          /* Catch the "activate" signal on the filter text entry, so that
 248             if the user types Return there, we act as if the "Create Stat"
 249             button had been selected, as happens if Return is typed if 
 250             some widget that *doesn't* handle the Return key has the input 
 251             focus. */
 252          dlg_set_activate(current_dlg->filter_entry, start_button);
Show more  




Change Warning 555.28630 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: