[Bug 784383] GST_REFCOUNTING logging is not reliable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Jul 15 10:59:41 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784383
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
Severity|blocker |major
--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
commit ea62c96b94272c974b2a92e6e4d2e759f14f3894 (HEAD -> master)
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Sat Jul 15 11:54:18 2017 +0100
miniobject: don't modify memory if it's clearly not a valid miniobject
Add back function guard that checks the refcount in a read-only
operation first, and bail out without modifying the passed-in
memory if it's clearly not a valid mini object. Otherwise we
probably cause more harm than good. We keep the second sanity
check based on the 'real refcount' at the time of the unref
around for now too.
https://bugzilla.gnome.org/show_bug.cgi?id=784383
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list