Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at dfilter_expr_dlg.c:1180

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

dfilter_expr_dlg_new

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/dfilter_expr_dlg.c)expand/collapse
Show more  
 1170      list_bb = dlg_button_row_new(GTK_STOCK_OK, GTK_STOCK_CANCEL, NULL);
 1171      gtk_box_pack_start(GTK_BOX(main_vb), list_bb, FALSE, FALSE, 0);
 1172      gtk_container_set_border_width  (GTK_CONTAINER (list_bb), 0);
 1173   
 1174      ok_bt = g_object_get_data(G_OBJECT(list_bb), GTK_STOCK_OK);
 1175      gtk_widget_set_sensitive(ok_bt, FALSE);
 1176      g_signal_connect(ok_bt, "clicked", G_CALLBACK(dfilter_expr_dlg_accept_cb), filter_te);
 1177   
 1178      cancel_bt = g_object_get_data(G_OBJECT(list_bb), GTK_STOCK_CANCEL);
 1179      window_set_cancel_button(window, cancel_bt, NULL);
 1180      g_signal_connect(cancel_bt, "clicked", G_CALLBACK(dfilter_expr_dlg_cancel_cb), window);
 1181   
 1182      gtk_widget_grab_default(ok_bt);
 1183   
 1184      /* Catch the "activate" signal on the range and value text entries,
 1185         so that if the user types Return there, we act as if the "Accept"
 1186         button had been selected, as happens if Return is typed if some
 1187         widget that *doesn't* handle the Return key has the input focus. */
 1188      dlg_set_activate(range_entry, ok_bt);
 1189      dlg_set_activate(value_entry, ok_bt);
 1190   
Show more  




Change Warning 212.28047 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: