Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at follow_stream.c:790

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  
 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 */
 795          follow_stats(&stats);
 796   
 797          follow_info->is_ipv6 = stats.is_ipv6;
 798   
 799          stream_cmb = gtk_combo_box_new_text();
 800   
Show more  




Change Warning 291.28184 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: