GNOME Bugzilla – Bug 310147
Totem can't parse some convoluted playlist links
Last modified: 2005-07-12 21:40:51 UTC
http://www.garnierstreamingmedia.com/asx/kink_classx.asp (mime-type video/x-ms-asf) links to http://stream.garnierprojects.com/kinkfm_classx (mime-type "Unsupported", really a .pls file) which links to http://stream.garnierprojects.com/kinkfm_classx?MSWMExt=.asf which is one of those circular playlists (links to itself until you switch the scheme to mmsh)
Man, was that gross. Fixed in HEAD and gnome-2-10. 2005-07-12 Bastien Nocera <hadess@hadess.net> * src/plparse/totem-pl-parser.c: (my_gnome_vfs_get_mime_type_with_data), (totem_pl_parser_add_asf_parser), (totem_pl_parser_add_pls), (parse_asx_entry): parse subplaylist unconditionally for asx files, avoid triggering potential segfaults when reading past the end of the data to determine the mime-type by null-terminating it, handle dos mode asf reference files (Closes: #310147)