GNOME Bugzilla – Bug 755210
Fix possible use after free
Last modified: 2016-11-12 01:20:01 UTC
.
Created attachment 311618 [details] [review] Remove memory failure check GLib never fails to allocate memory. At least not in a way that applications can do anything about it. "If any call to allocate memory fails, the application is terminated. This also means that there is no need to check if the call succeeded."
Created attachment 311619 [details] [review] Fix possible use after free We need to dispose of cd->stream before trying to dispose of cd, or we'll be accessing freed memory. See https://bugzilla.redhat.com/show_bug.cgi?id=1024020#c27
Review of attachment 311619 [details] [review]: Was fixed in bug 749886.
Can this bug be closed ?
(In reply to vrishab from comment #4) > Can this bug be closed ? No, there's an unreviewed patch still here.
I just applied attachment 311618 [details] [review] to master.