url: Fixed crash when no username or password supplied for proxy
authorSteve Holme <steve_holme@hotmail.com>
Sun, 21 Apr 2013 15:55:19 +0000 (16:55 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 21 Apr 2013 15:55:19 +0000 (16:55 +0100)
commit416ecc15845c4e6bf7ea6359d9c63adec3385f5b
tree99f110b5a3d12d68a6b79f10c8aa1f362921698d
parent455ba691a7250b312075a5d91ae89bbbe70d62aa
url: Fixed crash when no username or password supplied for proxy

Fixed an issue in parse_proxy(), introduced in commit 11332577b3cb,
where an empty username or password (For example: http://:@example.com)
would cause a crash.
lib/url.c