[vlc-devel] [PATCH] Resolve XML special character on playlist filename

Reka Inovan reka.inovan at gmail.com
Sun Sep 29 10:58:02 CEST 2013


It aims to fix bug #9311, which also affect all other xml based playlist
format e.g asx. One that i don't realize is that it also will have that
effect on  non-xml based playlist files. But one quick look to
resolve_xml_special_chars suggest that it will ignore all ampersand that
isn't followed by any known xml entity, so i think they shouldn't affect
those non-xml format..


On Sun, Sep 29, 2013 at 3:37 PM, Reka Inovan <reka.inovan at gmail.com> wrote:

> It aims to fix bug #9311, which also affect all other xml based playlist
> format e.g asx. One that i don't realize is that it also will have that
> effect on  non-xml based playlist files. But one quick look to
> resolve_xml_special_chars suggest that it will ignore all ampersand that
> isn't followed by any known xml entity, so i think they shouldn't affect
> those non-xml format..
>
>
> On Sun, Sep 29, 2013 at 2:26 PM, Rémi Denis-Courmont <remi at remlab.net>wrote:
>
>>         Hello,
>>
>> This will break legitimate playlists with ampersands in the filenames or
>> directories. And I don't see why there would be XML entities there: M3U
>> is not
>> an XML format.
>>
>> --
>> Rémi Denis-Courmont
>> http://www.remlab.net/
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130929/8d83dba9/attachment.html>


More information about the vlc-devel mailing list