Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at gsm_a_stat.c:433

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

gsm_a_stat_gtk_win_create

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




Change Warning 648.28831 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: