Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_byte_graph_dlg.c:1085

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  
 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);
 1091          gtk_widget_show(zoomout_bt);
 1092          g_signal_connect(zoomout_bt, "clicked", G_CALLBACK(on_zoomout_bt), u_data);
 1093          tooltip_out = gtk_tooltips_new();
 1094          gtk_tooltips_set_tip(tooltip_out, zoomout_bt, "Zoom out one step", NULL);
 1095          gtk_widget_set_sensitive(zoomout_bt, FALSE);
Show more  




Change Warning 525.28535 : Dangerous Function Cast

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

Priority:
State:
Finding:
Owner:
Note: