summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-21 12:11:36 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-21 12:11:36 -0400
commit7ea72f99966a65a56aedba817ee2413ff9b1f23c (patch)
treeb5e30f57554d3999654fff7fc2223dffc4d167fb /ChangeLog
parent7e4afad5bcf49e03c3b987399c6a8f66a9018660 (diff)
downloadglibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.tar.gz
glibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.tar.xz
glibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.zip
Always fill output buffer in XPG strerror function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc2b7a8283..bc73ba35bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #12782]
+	* string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
+	is returned.
+
 	* string/_strerror.c (__strerror_r): Print negative errors as signed
 	numbers.