Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at sctp_chunk_stat.c:337

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

sctpstat_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/sctp_chunk_stat.c)expand/collapse
Show more  
 327          }
 328   
 329          /* Button row. */
 330          bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 331          gtk_box_pack_end(GTK_BOX(hs->vbox), bbox, FALSE, FALSE, 0);
 332   
 333          close_bt = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 334          window_set_cancel_button(hs->win, close_bt, window_cancel_button_cb);
 335   
 336          g_signal_connect(hs->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 337          g_signal_connect(hs->win, "destroy", G_CALLBACK(win_destroy_cb), hs);
 338   
 339          gtk_widget_show_all(hs->win);
 340          window_present(hs->win);
 341   
 342          cf_retap_packets(&cfile, FALSE);
 343  }
 344   
 345  void 
 346  register_tap_listener_sctpstat(void)
 347  {
Show more  




Change Warning 797.29119 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: