about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-18 06:53:09 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-18 06:53:09 +0000
commitf1a785acbf05051be4963474f2307aad77fff16b (patch)
tree5a432a98f452b7017d03700467222aba2da8c8f8 /ChangeLog
parent2d29aba941a4b4ba789f2e0f591ebe85d3ea300a (diff)
downloadglibc-f1a785acbf05051be4963474f2307aad77fff16b.tar.gz
glibc-f1a785acbf05051be4963474f2307aad77fff16b.tar.xz
glibc-f1a785acbf05051be4963474f2307aad77fff16b.zip
Update.
	* sysdeps/posix/getaddrinfo.c (gaih_local): If name is given and
	AI_NUMERICHOST flag is set, return an error.
	Patch by Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f62c7fe6fd..fdd00cca2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2000-01-17  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/posix/getaddrinfo.c (gaih_local): If name is given and
+	AI_NUMERICHOST flag is set, return an error.
+	Patch by Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>.
+
 	* inet/rcmd.c: Implement rcmd_af, rresvport_af, ruserok_af, and
 	iruserok_af.
 	* inet/rexec.c: Implement rexec_af.