[Bug 759292] Buffer free on error leads to infinite recursion in gstv4l2

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Jun 29 19:56:50 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=759292

Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|git master                  |1.13.1

--- Comment #10 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
commit 52a565803032a68e778ce8c2e1a953909db4e2bd
Author: Matt Fischer <matt.fischer at garmin.com>
Date:   Wed Jun 28 14:05:27 2017 -0500

    v4l2: Block recursive calls to resurect_buffer

    When resurrecting a buffer, the subsequent free call can result
    in the group-released handler being called again, which causes
    a recursive loop.  This patch blocks the signal handler during
    the time that it executes, ensuring that the loop will not occur.

    https://bugzilla.gnome.org/show_bug.cgi?id=759292

-- 
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