diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-30 22:30:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-30 22:30:14 +0000 |
commit | 37f02b1da57eb6807e849a5056bf973db840dd78 (patch) | |
tree | 5e68f223db4b38a8c829f6b6737140acf7b31ee7 /resolv/Makefile | |
parent | 7ecfbd386a340b52b6491f47fcf37f236cc5eaf1 (diff) | |
download | glibc-37f02b1da57eb6807e849a5056bf973db840dd78.zip glibc-37f02b1da57eb6807e849a5056bf973db840dd78.tar.gz glibc-37f02b1da57eb6807e849a5056bf973db840dd78.tar.bz2 |
[BZ #4439]
2007-04-30 Jakub Jelinek <jakub@redhat.com>
[BZ #4439]
* resolv/inet_ntop.c (inet_ntop4): Take terminating '\0' into
account in the size check.
* resolv/tst-inet_ntop.c: New test.
* resolv/Makefile (tests): Add tst-inet_ntop.
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index f6230da..6ac2267 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994,1995,1996,1997,1998,1999,2000,2001,2003,2004 +# Copyright (C) 1994,1995,1996,1997,1998,1999,2000,2001,2003,2004,2007 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -32,7 +32,7 @@ distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h \ routines := herror inet_addr inet_ntop inet_pton nsap_addr res_init \ res_hconf res_libc res-state -tests = tst-aton tst-leaks +tests = tst-aton tst-leaks tst-inet_ntop xtests = tst-leaks2 generate := mtrace-tst-leaks tst-leaks.mtrace tst-leaks2.mtrace |