Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_chunk_stat_dlg.c:696

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

sctp_chunk_dlg

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_chunk_stat_dlg.c)expand/collapse
Show more  
 686          h_button_box=gtk_hbutton_box_new();
 687          gtk_box_pack_start(GTK_BOX(main_vb), h_button_box, FALSE, FALSE, 0);
 688          gtk_container_set_border_width(GTK_CONTAINER(h_button_box), 10);
 689          gtk_button_box_set_layout(GTK_BUTTON_BOX (h_button_box), GTK_BUTTONBOX_SPREAD);
 690          gtk_box_set_spacing(GTK_BOX (h_button_box), 0);
 691          gtk_widget_show(h_button_box);
 692           
 693          close_bt = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
 694          gtk_box_pack_start(GTK_BOX(h_button_box), close_bt, FALSE, FALSE, 0);
 695          gtk_widget_show(close_bt);
 696          g_signal_connect(close_bt, "clicked", G_CALLBACK(on_close_dlg), u_data);
 697           
 698          gtk_widget_show_all(u_data->io->window);
 699          chunk_window_set_title(u_data);
 700  }
 701   
 702  void sctp_chunk_dlg_show(struct sctp_analyse* userdata)
 703  {
 704          gint i;
 705          struct sctp_udata *u_data;
 706   
Show more  




Change Warning 802.29129 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: