]> git.sesse.net Git - vlc/commit
vlc_UrlParse: end username at the last @ rather than the first
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 16 Jun 2013 12:11:03 +0000 (15:11 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 16 Jun 2013 12:12:20 +0000 (15:12 +0300)
commit886de66d58d930e46ef5cb2dc875d2aea5b83f71
tree29c92875460487414008c6fca065eb8dd80f5cea
parent3bd1fcda25b7d5d7f1face1f31471b134f677ec0
vlc_UrlParse: end username at the last @ rather than the first

This fixes the corner where the username or the password contains @
(although encoding would probably be a better idea).
src/text/url.c