Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_stat_dlg.c:562

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_stat_dlg.c)expand/collapse
Show more  
 552                  /* make src-ip be the default sort order */
 553                  if (i == 0)
 554                  {
 555                          gtk_widget_show(col_arrows[i].ascend_pm);
 556                  }
 557   
 558                  gtk_clist_set_column_widget(GTK_CLIST(clist), i, col_arrows[i].table);
 559                  gtk_widget_show(col_arrows[i].table);
 560          }
 561   
 562          g_signal_connect(clist, "click-column", G_CALLBACK(clist_click_column_cb), col_arrows);
 563   
 564          hbuttonbox2 = gtk_hbutton_box_new();
 565          gtk_box_pack_start(GTK_BOX(vbox1), hbuttonbox2, FALSE, FALSE, 0);
 566          gtk_container_set_border_width(GTK_CONTAINER(hbuttonbox2), 10);
 567          gtk_button_box_set_layout(GTK_BUTTON_BOX (hbuttonbox2), GTK_BUTTONBOX_SPREAD);
 568          gtk_box_set_spacing(GTK_BOX (hbuttonbox2), 0);
 569          gtk_widget_show(hbuttonbox2);
 570   
 571          bt_unselect = gtk_button_new_with_label ("Unselect");
 572          gtk_container_add (GTK_CONTAINER (hbuttonbox2), bt_unselect);
Show more  




Change Warning 806.29133 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: