[Bug 795596] New: GError set over the top of a previous GError or uninitialized memory.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 27 07:15:39 UTC 2018


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

            Bug ID: 795596
           Summary: GError set over the top of a previous GError or
                    uninitialized memory.
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: nils.ohnell at axis.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

file: gstrtspconnection.c
functions: read_bytes(), write_bytes(), fill_bytes()

The functions do not have handling for the situation that sub-functions return
both a positive number of bytes and an error at the same time.

The problem is discovered in the next lap of the while-loop when the error has
not been cleared from the previous lap, and this error print is issued:
"GError set over the top of a previous GError or uninitialized memory."

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