about summary refs log tree commit diff
path: root/inet/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-12-09 10:02:20 +0000
committerUlrich Drepper <drepper@redhat.com>2008-12-09 10:02:20 +0000
commitd4f0720b201778bedd41b662643d28701b079717 (patch)
treeeb9881545720dcf4a864bd19cda714f34a9a7f23 /inet/Makefile
parentcd72adebda1a008550de05cfcc669b90c36bc438 (diff)
downloadglibc-d4f0720b201778bedd41b662643d28701b079717.tar.gz
glibc-d4f0720b201778bedd41b662643d28701b079717.tar.xz
glibc-d4f0720b201778bedd41b662643d28701b079717.zip
[BZ #7080]
2008-12-08  Ulrich Drepper  <drepper@redhat.com>
	[BZ #7080]
	* inet/getnameinfo.c (getnameinfo): Check for output buffers being
	NULL when NI_NAMEREQD is set.
	Patch mostly by Yang Hongyang <yanghy@cn.fujitsu.com>.
	* inet/Makefile (tests): Add tst-getni1.
	* inet/tst-getni1.c: New file.
Diffstat (limited to 'inet/Makefile')
-rw-r--r--inet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile
index d7139c1d7f..64154bb096 100644
--- a/inet/Makefile
+++ b/inet/Makefile
@@ -52,7 +52,8 @@ routines := htonl htons		\
 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-gethnm test-ifaddrs bug-if1 test-inet6_opt tst-ether_line \
+	 tst-getni1
 
 include ../Rules