GNOME Bugzilla – Bug 725855
[PATCH] fix use-after-free in ges-base-xml-formatter.c::_free_pending_clip()
Last modified: 2014-06-22 13:44:57 UTC
Created attachment 271146 [details] [review] fix use-after-free pend->id is freed, then used as a hash table lookup string.
Thanks Dan! Could you please provide a patch fornatted with git format-patch so I can properly apply it?
Created attachment 271244 [details] [review] 0001-Fix-use-after-free-in-_free_pending_clip.patch
commit 4170ed17212b5e0502af778ea48b3a610bbdd51c Author: Dan Williams <dcbw@redhat.com> Date: Fri Mar 7 09:28:16 2014 -0600 Fix use-after-free in _free_pending_clip() https://bugzilla.gnome.org/show_bug.cgi?id=725855