[Bug 753817] subparse: SIGSEGV with abnormal file
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Aug 19 06:22:09 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753817
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.6.0
--- Comment #5 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Note that if you want to change it elsewhere to g_clear_error() too, one bug
report and one commit per module :)
commit b1f78b5d23db1700eaabfc647806ba1ace9f00b3
Author: Eunhae Choi <eunhae1.choi at samsung.com>
Date: Wed Aug 19 21:19:05 2015 +0900
subparse: use g_clear_error instead of g_error_free
To avoid invalid pointer accees the err pointer should be set to NULL.
By using g_clear_error() it calls free and clear the pointer.
https://bugzilla.gnome.org/show_bug.cgi?id=753817
--
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