about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-12 06:42:00 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-12 06:42:00 +0000
commit8337f053bf0672fffd00f42dbab32f9bba23096d (patch)
tree4d0192d4dad60cb17851dd8384d69efae9455901 /ChangeLog
parent56ddf355daf2f9812b9560ca9fa698520b7000f8 (diff)
downloadglibc-8337f053bf0672fffd00f42dbab32f9bba23096d.tar.gz
glibc-8337f053bf0672fffd00f42dbab32f9bba23096d.tar.xz
glibc-8337f053bf0672fffd00f42dbab32f9bba23096d.zip
Update.
	* nss/digits_dots.c: Don't pass NULL in h_aliases for successful
	lookup, pass pointer to array with NULL pointer [PR libc/1858].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 075594fbd6..bfc9e891e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-11  Ulrich Drepper  <drepper@redhat.com>
 
+	* nss/digits_dots.c: Don't pass NULL in h_aliases for successful
+	lookup, pass pointer to array with NULL pointer [PR libc/1858].
+
 	* rt/aio_cancel.c: If canceling a specific request which is running
 	*really* do nothing.
 	* rt/aio_misc.h: Add `done' to states of a request.