From 4e9ff104f2071c096a4f91cb64c0c96e8a18b791 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 4 Feb 2019 15:47:59 +0100 Subject: Restore GLIBC_PRIVATE ABI after CVE-2016-10739 fix [BZ #20018] This commit avoids adding the __inet_aton_exact@GLIBC_PRIVATE symbol. In master, the separately-compiled getaddrinfo implementation in nscd needs it, however such an internal ABI change is not desirable on a release branch if it can be avoided easily. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8fb841c000..d07b83f13d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2019-02-04 Florian Weimer + + [BZ #20018] + Restore GLIBC_PRIVATE ABI after CVE-2016-10739 fix. + * include/arpa/inet.h (__inet_aton_exact): Declare as hidden. + * resolv/inet_addr.c (__inet_aton_exact): Remove libc_hidden_def. + * resolv/Versions (GLIBC_PRIVATE): Do not export + __inet_aton_exact. + * nscd/nscd-inet_addr.c: New file. Build resolv/inet_addr.c for + nscd, without public symbols. + * nscd/Makefile (nscd-modules): Add it. + 2019-01-21 Florian Weimer [BZ #20018] -- cgit v1.2.3