diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-12-06 15:39:50 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-12-06 15:39:50 +0100 |
commit | 899478c2bfa00c5df8d8bedb52effbb065700278 (patch) | |
tree | f4167c32b81cc23b27561be3c66d94dea7bd157d /inet/Makefile | |
parent | f255336a9301619519045548acb2e1027065a837 (diff) | |
download | glibc-899478c2bfa00c5df8d8bedb52effbb065700278.tar glibc-899478c2bfa00c5df8d8bedb52effbb065700278.tar.gz glibc-899478c2bfa00c5df8d8bedb52effbb065700278.tar.bz2 glibc-899478c2bfa00c5df8d8bedb52effbb065700278.zip |
inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ #23927]
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index 09f5ba78fc..7782913b4c 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -52,7 +52,7 @@ aux := check_pf check_native ifreq tests := htontest test_ifindex tst-ntoa tst-ether_aton tst-network \ tst-gethnm test-ifaddrs bug-if1 test-inet6_opt tst-ether_line \ tst-getni1 tst-getni2 tst-inet6_rth tst-checks tst-checks-posix \ - tst-sockaddr test-hnto-types + tst-sockaddr test-hnto-types tst-if_index-long # tst-deadline must be linked statically so that we can access # internal functions. |