summaryrefslogtreecommitdiffhomepage
path: root/scripts/version.sh
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-09-06 16:22:11 +0100
committerrofl0r <rofl0r@users.noreply.github.com>2020-09-06 16:22:11 +0100
commit36c9b93cfec19efdbc6600b85dac4a2b2e841013 (patch)
treeb35021bfac97e1b792fbdf1640672292a6a03cb2 /scripts/version.sh
parent51b8be3ee4b9017287400b76a55a04f39f56a2ab (diff)
transparent: remove usage of inet_ntoa(), make IPv6 ready
inet_ntoa() uses a static buffer and is therefore not threadsafe. additionally it has been deprecated by POSIX. by using inet_ntop() instead the code has been made ipv6 aware. note that this codepath was only entered in the unlikely event that no hosts header was being passed to the proxy, i.e. pre-HTTP/1.1.
Diffstat (limited to 'scripts/version.sh')
0 files changed, 0 insertions, 0 deletions