Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:816

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  
 804   
 805          gtk_combo_box_append_text(GTK_COMBO_BOX(stream_cmb),
 806                                    server_to_client_string);
 807   
 808          gtk_combo_box_append_text(GTK_COMBO_BOX(stream_cmb),
 809                                     client_to_server_string);
 810   
 811          gtk_combo_box_set_active(GTK_COMBO_BOX(stream_cmb), 0); /* Do this before signal_connect  */
 812                                                                  /*  so callback not triggered     */
 813   
 814          g_signal_connect(stream_cmb, "changed",
 815                           G_CALLBACK(follow_stream_direction_changed),
 816                           follow_info);
 817   
 818          gtk_tooltips_set_tip (tooltips, stream_cmb,
 819                                "Select the stream direction to display", NULL);
 820          gtk_box_pack_start(GTK_BOX(hbox), stream_cmb, FALSE, FALSE, 0);
 821   
 822          /* ASCII radio button */
 823          radio_bt = gtk_radio_button_new_with_label(NULL, "ASCII");
 824          gtk_tooltips_set_tip (tooltips, radio_bt, "Stream data output in \"ASCII\" format", NULL);
 825          gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(radio_bt),
 826                  IS_SHOW_TYPE(SHOW_ASCII));
Show more  




Change Warning 290.28183 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: