Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:318

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

follow_find_cb

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/follow_stream.c)expand/collapse
Show more  
 308          gtk_tooltips_set_tip(tooltips, find_text_box, "Text to search for (case sensitive)", NULL);
 309          gtk_widget_show(find_text_box);
 310   
 311          /* Buttons row */
 312          buttons_row = dlg_button_row_new(GTK_STOCK_FIND, GTK_STOCK_CANCEL,
 313                                           NULL);
 314          gtk_container_add(GTK_CONTAINER(main_vb), buttons_row);
 315          find_bt = g_object_get_data(G_OBJECT(buttons_row), GTK_STOCK_FIND);
 316          cancel_bt = g_object_get_data(G_OBJECT(buttons_row), GTK_STOCK_CANCEL);
 317   
 318          g_signal_connect(find_bt, "clicked", G_CALLBACK(follow_find_button_cb), follow_info);
 319          g_object_set_data(G_OBJECT(find_bt), "find_string", find_text_box);
 320          window_set_cancel_button(find_dlg_w, cancel_bt,
 321                                   window_cancel_button_cb);
 322   
 323          /* Hitting return in the find field "clicks" the find button */
 324          dlg_set_activate(find_text_box, find_bt);
 325   
 326          /* Show the dialog */
 327          gtk_widget_show_all(find_dlg_w);
 328          window_present(find_dlg_w);
Show more  




Change Warning 283.28171 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: