Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at tap_dfilter_dlg.c:259

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  
 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);
 253   
 254          /* Give the initial focus to the "Filter" entry box. */
 255          gtk_widget_grab_focus(current_dlg->filter_entry);
 256   
 257          gtk_widget_grab_default(start_button );
 258   
 259          g_signal_connect(current_dlg->dlg, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 260          g_signal_connect(current_dlg->dlg, "destroy", G_CALLBACK(dlg_destroy_cb), current_dlg);
 261   
 262          gtk_widget_show_all(current_dlg->dlg);
 263          window_present(current_dlg->dlg);
 264  }
Show more  




Change Warning 554.28629 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: