After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310147 - Totem can't parse some convoluted playlist links
Totem can't parse some convoluted playlist links
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
1.1.x
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-07-12 16:16 UTC by Bastien Nocera
Modified: 2005-07-12 21:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2005-07-12 16:16:49 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)
Comment 1 Bastien Nocera 2005-07-12 21:40:51 UTC
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)