Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_assoc_analyse.c:646

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  
 636          h_button_box=gtk_hbutton_box_new();
 637          gtk_box_pack_start(GTK_BOX(page2), h_button_box, FALSE, FALSE, 0);
 638          gtk_container_set_border_width(GTK_CONTAINER(h_button_box), 10);
 639          gtk_button_box_set_layout(GTK_BUTTON_BOX (h_button_box), GTK_BUTTONBOX_SPREAD);
 640          gtk_box_set_spacing(GTK_BOX (h_button_box), 0);
 641          gtk_widget_show(h_button_box);
 642           
 643          chunk_bt1 = gtk_button_new_with_label("Chunk Statistics");
 644          gtk_box_pack_start(GTK_BOX(h_button_box), chunk_bt1, FALSE, FALSE, 0);
 645          gtk_widget_show(chunk_bt1);
 646          g_signal_connect(chunk_bt1, "clicked", G_CALLBACK(on_chunk1_dlg), u_data);
 647   
 648          graph_bt1 = gtk_button_new_with_label("Graph TSN");
 649          gtk_box_pack_start(GTK_BOX(h_button_box), graph_bt1, FALSE, FALSE, 0);
 650          gtk_widget_show(graph_bt1);
 651          g_signal_connect(graph_bt1, "clicked", G_CALLBACK(on_graph1_dlg), u_data);
 652   
 653          graph_bt2 = gtk_button_new_with_label("Graph Bytes");
 654          gtk_box_pack_start(GTK_BOX(h_button_box), graph_bt2, FALSE, FALSE, 0);
 655          gtk_widget_show(graph_bt2);
 656          g_signal_connect(graph_bt2, "clicked", G_CALLBACK(on_graph_byte1_dlg), u_data);
Show more  




Change Warning 796.29113 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: