about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-22 19:21:36 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-22 19:21:36 -0500
commit27deeafc3fcb12e2873f05be5c41ccfc6f7b08e8 (patch)
treef563a17e2ddd22e6b51644b99f12ed958bba758d /ChangeLog
parente7f9dac36202cf09e1b4f5f89c56cc12a29ce9f6 (diff)
downloadglibc-27deeafc3fcb12e2873f05be5c41ccfc6f7b08e8.tar.gz
glibc-27deeafc3fcb12e2873f05be5c41ccfc6f7b08e8.tar.xz
glibc-27deeafc3fcb12e2873f05be5c41ccfc6f7b08e8.zip
Fix error code for too small input buffer to getnameinfo
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e650d53099..d49f945bb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13166]
+	* inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
+	buffer for the output is too small.
+
 	* sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
 	optimization.