From 52e54ee877090b3774220ebc6dadaa0902530232 Mon Sep 17 00:00:00 2001 From: Jan Hák Date: Mon, 20 Feb 2023 15:10:46 +0100 Subject: 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/ --- Knot.files | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Knot.files') 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 -- cgit v1.2.3