Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_stat_dlg.c:603

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  
 593          GTK_WIDGET_SET_FLAGS(bt_close, GTK_CAN_DEFAULT);
 594          window_set_cancel_button( sctp_stat_dlg_w, bt_close, sctp_stat_on_close);
 595          gtk_widget_grab_focus(bt_close);
 596          gtk_widget_show (bt_close);
 597   
 598          g_signal_connect(sctp_stat_dlg_w, "destroy", G_CALLBACK(dlg_destroy), NULL);
 599          g_signal_connect(clist, "select_row", G_CALLBACK(sctp_stat_on_select_row), NULL);
 600          g_signal_connect(bt_unselect, "clicked", G_CALLBACK(sctp_stat_on_unselect), NULL);
 601          g_signal_connect(bt_filter, "clicked", G_CALLBACK(sctp_stat_on_filter), NULL);
 602          g_signal_connect(bt_afilter, "clicked", G_CALLBACK(sctp_stat_on_apply_filter), NULL);
 603          g_signal_connect(bt_analyse, "clicked", G_CALLBACK(sctp_stat_on_analyse), NULL);
 604   
 605          sctp_stat_dlg = sctp_stat_dlg_w;
 606          cf_retap_packets(&cfile, FALSE);
 607          gdk_window_raise(sctp_stat_dlg_w->window);
 608   
 609  }
 610   
 611  static void sctp_stat_dlg_show(void)
 612  {
 613          if (sctp_stat_dlg != NULL)
Show more  




Change Warning 807.29134 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: