gst/gstregistryxml.c: Make sure we don't pass non-UTF-8 strings to g_markup_escape...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 26 Dec 2006 15:06:52 +0000 (15:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 26 Dec 2006 15:06:52 +0000 (15:06 +0000)
commit5c3731ea37d69c0e6fdaaf423609f4d82516d685
treeb0f3fbb0547f31dc5f25e58d9ffab2c25f50bf78
parent8bfabdfe1c58bd2f8bbf62e05a60cc78ee04a7ff
gst/gstregistryxml.c: Make sure we don't pass non-UTF-8 strings to g_markup_escape(), since that can lead to random m...

Original commit message from CVS:
* gst/gstregistryxml.c: (gst_registry_save_escaped):
Make sure we don't pass non-UTF-8 strings to g_markup_escape(),
since that can lead to random memory corruptions and crashes
(may or may not be related to #383244, #386711, and #386711).
ChangeLog
gst/gstregistryxml.c