Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at tcp_graph.c:909

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

control_panel_add_origin_page

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/tcp_graph.c)expand/collapse
Show more  
 899          seq_orig_box = gtk_vbox_new (TRUE, 0);
 900          gtk_box_pack_start (GTK_BOX (seq_orig_box), seq_orig_isn, TRUE, TRUE, 0);
 901          gtk_box_pack_start (GTK_BOX (seq_orig_box), seq_orig_zero, TRUE, TRUE, 0);
 902          seq_orig_frame = gtk_frame_new ("Sequence number origin");
 903          gtk_container_set_border_width (GTK_CONTAINER (seq_orig_frame), 5);
 904          gtk_container_add (GTK_CONTAINER (seq_orig_frame), seq_orig_box);
 905   
 906          g->gui.time_orig_conn = (GtkToggleButton * )time_orig_conn;
 907          g->gui.seq_orig_isn = (GtkToggleButton * )seq_orig_isn;
 908   
 909          g_signal_connect(time_orig_conn, "toggled", G_CALLBACK(callback_time_origin), g);
 910          g_signal_connect(seq_orig_isn, "toggled", G_CALLBACK(callback_seq_origin), g);
 911   
 912          box = gtk_vbox_new (FALSE, 0);
 913          gtk_container_set_border_width (GTK_CONTAINER (box), 5);
 914          gtk_box_pack_start (GTK_BOX (box), time_orig_frame, TRUE, TRUE, 0);
 915          gtk_box_pack_start (GTK_BOX (box), seq_orig_frame, TRUE, TRUE, 0);
 916          gtk_widget_show (box);
 917          label = gtk_label_new ("Origin");
 918          gtk_notebook_append_page (GTK_NOTEBOOK (n), box, label);
 919  }
Show more  




Change Warning 832.29166 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: