Text   |  XML   |  ReML   |   Visible Warnings:

Dangerous Function Cast  at mtp3_stat.c:394

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

mtp3_stat_gtk_win_create

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/mtp3_stat.c)expand/collapse
Show more  
 384   
 385   
 386      /* Button row. */
 387      bbox = dlg_button_row_new(GTK_STOCK_CLOSE, NULL);
 388      gtk_box_pack_start(GTK_BOX(vbox), bbox, FALSE, FALSE, 0);
 389   
 390      bt_close = g_object_get_data(G_OBJECT(bbox), GTK_STOCK_CLOSE);
 391      window_set_cancel_button(dlg_p->win, bt_close, window_cancel_button_cb);
 392   
 393      g_signal_connect(dlg_p->win, "delete_event", G_CALLBACK(window_delete_event_cb), NULL);
 394      g_signal_connect(dlg_p->win, "destroy", G_CALLBACK(mtp3_stat_gtk_win_destroy_cb), dlg_p);
 395   
 396      gtk_widget_show_all(dlg_p->win);
 397      window_present(dlg_p->win);
 398  }
 399   
 400   
 401  static void
 402  mtp3_stat_gtk_cb(
 403      GtkWidget           *w _U_,
 404      gpointer            d _U_)
Show more  




Change Warning 728.29022 : Dangerous Function Cast

Priority:
State:
Finding:
Owner:
Note: