Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at conversations_table.c:1000

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

ct_create_popup_menu

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/conversations_table.c)expand/collapse
Show more  
 990  static void
 991  ct_create_popup_menu(conversations_table *ct)
 992  {
 993      GtkItemFactory *item_factory;
 994   
 995      item_factory = gtk_item_factory_new(GTK_TYPE_MENU, "<main>", NULL);
 996   
 997      gtk_item_factory_create_items_ac(item_factory, sizeof(ct_list_menu_items)/sizeof(ct_list_menu_items[0]), ct_list_menu_items, ct, 2);
 998   
 999      ct->menu = gtk_item_factory_get_widget(item_factory, "<main>");
 1000      g_signal_connect(ct->table, "button_press_event", G_CALLBACK(ct_show_popup_menu_cb), ct);
 1001  }
 1002   
 1003  /* Draw/refresh the address fields of a single entry at the specified index */
 1004  static void
 1005  draw_ct_table_address(conversations_table *ct, int conversation_idx)
 1006  {
 1007      const char *entry;
 1008      char *port;
 1009      guint32 pt;
 1010      int rownum;
Show more  




Change Warning 174.27991 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: