aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-04-30 22:30:14 +0000
committerUlrich Drepper <drepper@redhat.com>2007-04-30 22:30:14 +0000
commit37f02b1da57eb6807e849a5056bf973db840dd78 (patch)
tree5e68f223db4b38a8c829f6b6737140acf7b31ee7 /ChangeLog
parent7ecfbd386a340b52b6491f47fcf37f236cc5eaf1 (diff)
downloadglibc-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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 918a53b..9353a09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2007-04-30 Ulrich Drepper <drepper@redhat.com>
Jakub Jelinek <jakub@redhat.com>