[Bug 348864] Re: gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp()
Kevin DeKorte
kdekorte at gmail.com
Sat Apr 18 12:45:31 UTC 2009
I believe this patch should fix it.
Index: src/support.c
===================================================================
--- src/support.c (revision 1242)
+++ src/support.c (working copy)
@@ -1529,6 +1529,9 @@
gchar *unescaped = NULL;
MetaData *data = NULL;
+ if (strlen(uri) < 1)
+ return FALSE;
+
if (verbose)
printf("adding %s to playlist\n", uri);
local_uri = strdup(uri);
please let me know if it does.
--
gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp()
https://bugs.launchpad.net/bugs/348864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list