Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:877

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  
 866          follow_info->carray_bt = radio_bt;
 867   
 868          /* Raw radio button */
 869          radio_bt = gtk_radio_button_new_with_label(gtk_radio_button_get_group
 870                                                     (GTK_RADIO_BUTTON(radio_bt)),
 871                                                     "Raw");
 872          gtk_tooltips_set_tip (tooltips, radio_bt, "Stream data output in \"Raw\" (binary) format. As this contains non printable characters, the screen output will be in ASCII format", NULL);
 873          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(radio_bt),
 874                  IS_SHOW_TYPE(SHOW_RAW));
 875          gtk_box_pack_start(GTK_BOX(hbox), radio_bt, FALSE, FALSE, 0);
 876          g_signal_connect(radio_bt, "toggled", G_CALLBACK(follow_charset_toggle_cb),
 877                         follow_info);
 878          follow_info->raw_bt = radio_bt;
 879   
 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);
Show more  




Change Warning 289.28178 : Dangerous Function Cast

Because they are very similar, this warning shares annotations with warnings 289.28179, 289.28180, 289.28181, and 289.28182.

Priority:
State:
Finding:
Owner:
Note: