GNOME Bugzilla – Bug 747305
x11/gl: Use after free in glx_pixmap_get()
Last modified: 2015-04-05 11:43:21 UTC
https://git.gnome.org/browse/gtk+/tree/gdk/x11/gdkglcontext-x11.c#n399 XFree (fbconfigs); ... glx_pixmap->drawable = glXCreatePixmap (display, fbconfigs[i], <=== here cairo_xlib_surface_get_drawable (surface), pixmap_attributes); return glx_pixmap;
Created attachment 300898 [details] [review] Proposed patch
Created attachment 300899 [details] [review] Proposed patch
Review of attachment 300899 [details] [review]: Nice catch. Please, push to master and cherry-pick to the gtk-3-16 branch as well.