[Bug 748351] codecanalyzer: prevent corruption due to uninitialized variable
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 23 04:34:37 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=748351
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |t.i.m at zen.co.uk
Resolution|--- |FIXED
Target Milestone|git master |1.5.1
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks, but in future please submit indentation changes separately from the
actual fix:
commit 1f58db52bfb51f979e0e1db78471841e4ee68253
Author: Vineeth T M <vineeth.tm at samsung.com>
Date: Thu Apr 23 15:53:12 2015 +0900
codecanalyzer: don't try to free uninitialized pointers
xml_files_path and hex_files_path variable are not initialized.
There are chances that corruption happens when uninitialized
variables are freed, so init them to NULL before use.
https://bugzilla.gnome.org/show_bug.cgi?id=748351
commit f700eaef8fdb62b77ce4c671d3234b86e5c8e821
Author: Tim-Philipp Müller <tim at centricular.com>
Date: Thu Apr 23 12:23:24 2015 +0100
codecanalyzer: run gst-indent on code
--
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