]> git.ipfire.org Git - thirdparty/curl.git/commit
urlglob: treat literal IPv6 addresses with zone IDs as a host name
authorDaniel Stenberg <daniel@haxx.se>
Thu, 18 Jun 2020 11:27:59 +0000 (13:27 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Jun 2020 14:43:06 +0000 (16:43 +0200)
commitfa4fbc533f6ce7e76fc005972a3100ef2a26cc6c
treee3382263a94f33691102e8ae6aa9fcc40ab6c00f
parentc888e3f6cee3ee28bf238184605b7516b00db737
urlglob: treat literal IPv6 addresses with zone IDs as a host name

... and not as a "glob". Now done by passing the supposed host to the
URL parser which supposedly will do a better job at identifying "real"
numerical IPv6 addresses.

Reported-by: puckipedia on github
Fixes #5576
Closes #5579
src/tool_urlglob.c