From fc82b0a2dfe7dbd35671c10510a8da1043d746a5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 31 Dec 2016 20:22:09 +0100 Subject: CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] Also rename T_UNSPEC because an upcoming public header file update will use that name. --- resolv/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resolv/Makefile') diff --git a/resolv/Makefile b/resolv/Makefile index 1e9f56285c..10899959c5 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -49,6 +49,8 @@ tests += \ tst-resolv-network \ tst-resolv-search \ +# This test sends millions of packets and is rather slow. +xtests += tst-resolv-qtypes endif extra-libs-others = $(extra-libs) libresolv-routines := res_comp res_debug \ @@ -123,6 +125,7 @@ $(objpfx)tst-bug18665: $(objpfx)libresolv.so $(shared-thread-library) $(objpfx)tst-res_use_inet6: $(objpfx)libresolv.so $(shared-thread-library) $(objpfx)tst-resolv-basic: $(objpfx)libresolv.so $(shared-thread-library) $(objpfx)tst-resolv-network: $(objpfx)libresolv.so $(shared-thread-library) +$(objpfx)tst-resolv-qtypes: $(objpfx)libresolv.so $(shared-thread-library) $(objpfx)tst-resolv-search: $(objpfx)libresolv.so $(shared-thread-library) # This test case uses the deprecated RES_USE_INET6 resolver option. -- cgit 1.4.1