[gstreamer-bugs] [Bug 623589] Fix races/refcounting bugs with slave clocks

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 6 02:22:33 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623589
  GStreamer | gstreamer (core) | git

--- Comment #8 from Alessandro Decina <alessandro.d at gmail.com> 2010-07-06 09:22:32 UTC ---
(just for reference since the discussion carried on on IRC and this patch set
was committed)

The second patch is needed to avoid unreffing clock->clockid after unreffing
clock->master. clock->clockid belongs to clock->master here so if clock->master
is unreffed and deallocated, unreffing clock->clockid could access deallocated
memory.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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