diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 16:22:11 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 16:22:11 +0100 |
commit | 36c9b93cfec19efdbc6600b85dac4a2b2e841013 (patch) | |
tree | b35021bfac97e1b792fbdf1640672292a6a03cb2 /NEWS | |
parent | 51b8be3ee4b9017287400b76a55a04f39f56a2ab (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 'NEWS')
0 files changed, 0 insertions, 0 deletions