[Bug 793419] pnm: seg fault with non power of 4 strides in pnmenc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Feb 14 08:20:09 UTC 2018


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 3cf4a70dbc7af93eaf4198cfd20683ff61206405
Author: Dimitrios Katsaros <patcherwork at gmail.com>
Date:   Tue Feb 13 11:16:29 2018 +0100

    pnm: Fixed segfault in pnmenc

    The pnmenc was not mapping the input buffers as video buffers. Because
    of this, the video frame stride was not being set based on frame but
    based on the caps, which make the assumption that the strides are a
    power of 4. For input that is not a power of 4, this would lead to a
    SIGSEGV.

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

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