[Bug 737591] New: rtpgstdepay: buffer overread

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 29 06:56:20 PDT 2014


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

           Summary: rtpgstdepay: buffer overread
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vincent.penquerch at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

fix buffer overread

This ensures we don't read a string past the end of the buffer.
One could make an argument that the terminating NUL should be included in the
data instead. This seems safer (and would have to be done anyway since the data
might be corrupt).

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