diff options
author | Jan Hák <jan.hak@nic.cz> | 2023-02-20 15:10:46 +0100 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2023-03-07 12:07:46 +0100 |
commit | 52e54ee877090b3774220ebc6dadaa0902530232 (patch) | |
tree | f841c841c5887b4619408fac483b2e5752e8f96c /Knot.files | |
parent | udp-handler: remove omitted assert (diff) | |
download | knot-52e54ee877090b3774220ebc6dadaa0902530232.tar.xz knot-52e54ee877090b3774220ebc6dadaa0902530232.zip |
contrib/musl: take implementation of 'inet_ntop' from musl
The reason is that the glibc implementation returns wrong IPv6-mapped-IPv4 addresses.
Source:
https://git.musl-libc.org/cgit/musl/tree/src/network/inet_ntop.c
(as of 2023-03-01, musl v1.2.3, blob: 4bfef2c557ab4478afeb5c22f5d548fd69e51d3c)
Homepage:
https://musl.libc.org/
Diffstat (limited to 'Knot.files')
-rw-r--r-- | Knot.files | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Knot.files b/Knot.files index b921d9bf6..6f970f5a6 100644 --- a/Knot.files +++ b/Knot.files @@ -113,6 +113,8 @@ src/contrib/libngtcp2/ngtcp2/version.h src/contrib/macros.h src/contrib/mempattern.c src/contrib/mempattern.h +src/contrib/musl/inet_ntop.c +src/contrib/musl/inet_ntop.h src/contrib/net.c src/contrib/net.h src/contrib/openbsd/siphash.c |