diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-12-09 10:02:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-12-09 10:02:20 +0000 |
commit | d4f0720b201778bedd41b662643d28701b079717 (patch) | |
tree | eb9881545720dcf4a864bd19cda714f34a9a7f23 /inet/Makefile | |
parent | cd72adebda1a008550de05cfcc669b90c36bc438 (diff) | |
download | glibc-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/Makefile | 3 |
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 |