Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at gsm_map_stat.c:429

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

gsm_map_stat_gtk_win_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/gsm_map_stat.c)expand/collapse
Show more  
 419   
 420      gtk_container_add(GTK_CONTAINER(dlg_p->scrolled_win), dlg_p->table);
 421   
 422      /* Button row. */
 423      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 424      gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 425   
 426      bt_close = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 427      window_set_cancel_button(dlg_p->win, bt_close, window_cancel_button_cb);
 428   
 429      g_signal_connect(dlg_p->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 430      g_signal_connect(dlg_p->win, "destroy", G_CALLBACK(gsm_map_stat_gtk_win_destroy_cb), dlg_p);
 431   
 432      gtk_widget_show_all(dlg_p->win);
 433      window_present(dlg_p->win);
 434  }
 435   
 436   
 437  static void
 438  gsm_map_stat_gtk_cb(
 439      GtkWidget           *w _U_,
Show more  




Change Warning 651.28835 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: