[Bug 748351] New: codecanalyzer: prevent corruption due to uninitialized variable

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 22 23:52:39 PDT 2015


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

            Bug ID: 748351
           Summary: codecanalyzer: prevent corruption due to uninitialized
                    variable
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-devtools
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vineeth.tm at samsung.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

xml_files_path and hex_files_path variable are not initialized.
 There are chances that corruption happens when uninitialized variables are
freed.
 hence initializing the same to NULL before use.


 and made two trivial fixes to remove unused variables.

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