Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:784

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  
 774          gtk_box_pack_start(GTK_BOX(stream_vb), hbox, FALSE, FALSE, 0);
 775   
 776          /* Create Find Button */
 777          button = gtk_button_new_from_stock(GTK_STOCK_FIND);
 778          g_signal_connect(button, "clicked", G_CALLBACK(follow_find_cb), follow_info);
 779          gtk_tooltips_set_tip (tooltips, button, "Find text in the displayed content", NULL);
 780          gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
 781   
 782          /* Create Save As Button */
 783          button = gtk_button_new_from_stock(GTK_STOCK_SAVE_AS);
 784          g_signal_connect(button, "clicked", G_CALLBACK(follow_save_as_cmd_cb), follow_info);
 785          gtk_tooltips_set_tip (tooltips, button, "Save the content as currently displayed", NULL);
 786          gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
 787   
 788          /* Create Print Button */
 789          button = gtk_button_new_from_stock(GTK_STOCK_PRINT);
 790          g_signal_connect(button, "clicked", G_CALLBACK(follow_print_stream), follow_info);
 791          gtk_tooltips_set_tip(tooltips, button, "Print the content as currently displayed", NULL);
 792          gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
 793   
 794          /* Stream to show */
Show more  




Change Warning 292.28185 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: