mirror of
https://github.com/curl/curl.git
synced 2026-08-12 05:40:53 +03:00
username and IPv6 numerical address URL parser fix
This commit is contained in:
parent
309e3ce4f9
commit
6b7f6369ec
2 changed files with 9 additions and 1 deletions
6
CHANGES
6
CHANGES
|
|
@ -6,6 +6,12 @@
|
|||
|
||||
Changelog
|
||||
|
||||
|
||||
Daniel (10 December 2004)
|
||||
- When providing user name in the URL and a IPv6-style IP-address (like in
|
||||
"ftp://user@[::1]/tmp"), the URL parser didn't get the host extracted
|
||||
properly. Reported and fixed by Kai Sommerfeld.
|
||||
|
||||
Daniel (9 December 2004)
|
||||
- Ton Voon provided a configure fix that should fix the notorious (mostly
|
||||
reported on Solaris) problem where the size_t check fails due to the SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue