Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_byte_graph_dlg.c:1080

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

init_sctp_graph_window

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_byte_graph_dlg.c)expand/collapse
Show more  
 1070          g_signal_connect(sack_bt, "clicked", G_CALLBACK(on_sack_bt), u_data);
 1071   
 1072          tsn_bt = gtk_button_new_with_label ("Data bytes sent");
 1073          gtk_box_pack_start(GTK_BOX(hbox), tsn_bt, FALSE, FALSE, 0);
 1074          gtk_widget_show(tsn_bt);
 1075          g_signal_connect(tsn_bt, "clicked", G_CALLBACK(on_tsn_bt), u_data);
 1076   
 1077          both_bt = gtk_button_new_with_label ("Show both");
 1078          gtk_box_pack_start(GTK_BOX(hbox), both_bt, FALSE, FALSE, 0);
 1079          gtk_widget_show(both_bt);
 1080          g_signal_connect(both_bt, "clicked", G_CALLBACK(on_both_bt), u_data);
 1081   
 1082          zoomin_bt = gtk_button_new_with_label ("Zoom in");
 1083          gtk_box_pack_start(GTK_BOX(hbox), zoomin_bt, FALSE, FALSE, 0);
 1084          gtk_widget_show(zoomin_bt);
 1085          g_signal_connect(zoomin_bt, "clicked", G_CALLBACK(on_zoomin_bt), u_data);
 1086          tooltip_in = gtk_tooltips_new();
 1087          gtk_tooltips_set_tip(tooltip_in, zoomin_bt, "Zoom in the area you have selected", NULL);
 1088   
 1089          zoomout_bt = gtk_button_new_with_label ("Zoom out");
 1090          gtk_box_pack_start(GTK_BOX(hbox), zoomout_bt, FALSE, FALSE, 0);
Show more  




Change Warning 526.28536 : Dangerous Function Cast

Because they are very similar, this warning shares annotations with warning 526.28568.

Priority:
State:
Finding:
Owner:
Note: