[Bug 665989] New: a52dec: segfault when copying liba52's buffer into gst's buffer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 12 01:57:20 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665989
  GStreamer | gst-plugins-ugly | git

           Summary: a52dec: segfault when copying liba52's buffer into
                    gst's buffer
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-ugly
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: julien.isorce at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=203240)
 View: https://bugzilla.gnome.org/attachment.cgi?id=203240
 Review: https://bugzilla.gnome.org/review?bug=665989&attachment=203240

patch to avoid segfault when filling in gst buffer

Segfault may happen when doing:

((sample_t *) GST_BUFFER_DATA (buf))[n * chans + c] = samples[c * 256 + n];

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