summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-05-23 15:26:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-05-23 15:27:24 +0200
commit7f9f1ecb710eac4d65bb02785ddf288cac098323 (patch)
treeb93086996bfb5edf0221b895128ef5a6e709dead /nscd
parent5f7b841d3aebdccc2baed27cb4b22ddb08cd7c0c (diff)
Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]
This provides an implementation of the IDNA2008 standard and fixes CVE-2016-6261, CVE-2016-6263, CVE-2017-14062.
Diffstat (limited to 'nscd')
-rw-r--r--nscd/gai.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nscd/gai.c b/nscd/gai.c
index 576fd0045b..24bdfee1db 100644
--- a/nscd/gai.c
+++ b/nscd/gai.c
@@ -42,9 +42,6 @@
/* Support code. */
#include <check_pf.c>
#include <check_native.c>
-#ifdef HAVE_LIBIDN
-# include <libidn/idn-stub.c>
-#endif
/* Some variables normally defined in libc. */
service_user *__nss_hosts_database attribute_hidden;