Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:891

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

follow_stream

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/follow_stream.c)expand/collapse
Show more  
 880          /* Button row: help, filter out, close button */
 881          bbox = dlg_button_row_new(WIRESHARK_STOCK_FILTER_OUT_STREAM,
 882                                    GTK_STOCK_CLOSE, GTK_STOCK_HELP,
 883                                    NULL);
 884          gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 5);
 885   
 886   
 887          button = g_object_get_data(G_OBJECT(bbox), WIRESHARK_STOCK_FILTER_OUT_STREAM);
 888          gtk_tooltips_set_tip (tooltips, button,
 889                                "Build a display filter which cuts this stream from the capture", NULL);
 890          g_signal_connect(button, "clicked", G_CALLBACK(follow_filter_out_stream),
 891                         follow_info);
 892   
 893          button = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 894          window_set_cancel_button(streamwindow, button, window_cancel_button_cb);
 895          gtk_tooltips_set_tip (tooltips, button,
 896                                "Close the dialog and keep the current display filter", NULL);
 897          gtk_widget_grab_default(button);
 898   
 899          button = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_HELP);
 900          g_signal_connect(button, "clicked", G_CALLBACK(topic_cb),
 901                           (gpointer)HELP_FOLLOW_STREAM_DIALOG);
Show more  




Change Warning 288.28176 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: