[FFmpeg-devel] [PATCH] Handling special characters in a URL.

Senthilnathan Maadasamy senthilnathan.maadasamy at gmail.com
Tue Mar 5 05:00:13 CET 2013


On Mon, Mar 4, 2013 at 7:49 PM, Michael Niedermayer <michaelni at gmx.at>wrote:

> On Mon, Mar 04, 2013 at 06:30:03AM +0530, Senthilnathan Maadasamy wrote:>
> +    while (len < component_size && (c = src[len])) {
>
> > +        if (isalnum(c) || strchr("-._~%", c) ||
>
> isalnum is locale specific

Fixed it in the attached patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: special-characters-in-URL.patch
Type: application/octet-stream
Size: 2908 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130305/502da91a/attachment.obj>


More information about the ffmpeg-devel mailing list