GNOME Bugzilla – Bug 162913
[mms] missing NULL terminator to g_object_set() in uri handler
Last modified: 2005-01-05 00:26:54 UTC
There's a potential crash in gst_mms_uri_set_uri(), caused by a missing NULL terminator. Patch attached. Cheers -Tim
Created attachment 35427 [details] [review] patch
Definately needs to go in, since it'll cause crashers, is easy to fix and is one of our new features in this release.
i have that each time i try to play some mms:// URI, is it related to this bug ? (totem:2252): GLib-CRITICAL **: g_str_has_prefix: assertion `str != NULL' failed if yes, cdda:// needs a similar fix
commited, closing this bug. Stephane, could you open a separate one for cdda:// with a backtrace ? Use --gst-fatal-warnings
I've created bug #162924 for the assertion failures (incl. patch). Cheers -Tim
Aaah, I suspected something simple, stupid /me :). Thanks for patch