Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_assoc_analyse.c:753

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

create_analyse_window

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_assoc_analyse.c)expand/collapse
Show more  
 743          h_button_box=gtk_hbutton_box_new();
 744          gtk_box_pack_start(GTK_BOX(page3), h_button_box, FALSE, FALSE, 0);
 745          gtk_container_set_border_width(GTK_CONTAINER(h_button_box), 10);
 746          gtk_button_box_set_layout(GTK_BUTTON_BOX (h_button_box), GTK_BUTTONBOX_SPREAD);
 747          gtk_box_set_spacing(GTK_BOX (h_button_box), 0);
 748          gtk_widget_show(h_button_box);
 749           
 750          chunk_bt1 = gtk_button_new_with_label("Chunk Statistics");
 751          gtk_box_pack_start(GTK_BOX(h_button_box), chunk_bt1, FALSE, FALSE, 0);
 752          gtk_widget_show(chunk_bt1);
 753          g_signal_connect(chunk_bt1, "clicked", G_CALLBACK(on_chunk2_dlg), u_data);
 754           
 755          graph_bt1 = gtk_button_new_with_label("Graph TSN");
 756          gtk_box_pack_start(GTK_BOX(h_button_box), graph_bt1, FALSE, FALSE, 0);
 757          gtk_widget_show(graph_bt1);
 758          g_signal_connect(graph_bt1, "clicked", G_CALLBACK(on_graph2_dlg), u_data);
 759          graph_bt2 = gtk_button_new_with_label("Graph Bytes");
 760          gtk_box_pack_start(GTK_BOX(h_button_box), graph_bt2, FALSE, FALSE, 0);
 761          gtk_widget_show(graph_bt2);
 762          g_signal_connect(graph_bt2, "clicked", G_CALLBACK(on_graph_byte2_dlg), u_data);
 763          if (u_data->assoc->n_array_tsn2==0)
Show more  




Change Warning 793.29109 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: