[gstreamer-bugs] [Bug 593955] rtpjitterbuffer: clock_rate can change between its check and its use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 3 10:26:28 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=593955


Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.17


--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2009-09-03 17:26:24 UTC ---
commit f542f710cfa2bc893417f469b127e467744adbf7
Author: Olivier Crête <olivier.crete at collabora.co.uk>
Date:   Wed Sep 2 15:21:02 2009 -0400

    rtpjitterbuffer: Lock clock_rate variable

    The priv->clock_rate variable could become -1 between when its checked to
not
    be -1 and when its used, causing an assertion. Fixed by taking the mutex
    earlier in the chain() function.

    Fixes #593955

-- 
Configure bugmail: http://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