Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_chunk_stat_dlg.c:580

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

gtk_sctpstat_dlg

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_chunk_stat_dlg.c)expand/collapse
Show more  
 570          gtk_box_pack_start(GTK_BOX(vbox1), hbuttonbox2, FALSE, FALSE, 0);
 571          gtk_container_set_border_width(GTK_CONTAINER(hbuttonbox2), 10);
 572          gtk_button_box_set_layout(GTK_BUTTON_BOX (hbuttonbox2), GTK_BUTTONBOX_SPREAD);
 573          gtk_box_set_spacing(GTK_BOX (hbuttonbox2), 0);
 574          gtk_widget_show(hbuttonbox2);
 575   
 576          bt_close = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
 577          gtk_container_add (GTK_CONTAINER (hbuttonbox2), bt_close);
 578          gtk_widget_show (bt_close);
 579   
 580          g_signal_connect(bt_close, "clicked", G_CALLBACK(sctp_chunk_stat_on_close), u_data);
 581   
 582          cf_retap_packets(&cfile, FALSE);
 583   
 584  }
 585   
 586   
 587  static void chunk_window_set_title(struct sctp_udata *u_data)
 588  {
 589          char *title;
 590          if(!u_data->io->window){
Show more  




Change Warning 800.29127 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: