diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-21 12:11:36 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-21 12:11:36 -0400 |
commit | 7ea72f99966a65a56aedba817ee2413ff9b1f23c (patch) | |
tree | b5e30f57554d3999654fff7fc2223dffc4d167fb /ChangeLog | |
parent | 7e4afad5bcf49e03c3b987399c6a8f66a9018660 (diff) | |
download | glibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.tar glibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.tar.gz glibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.tar.bz2 glibc-7ea72f99966a65a56aedba817ee2413ff9b1f23c.zip |
Always fill output buffer in XPG strerror function
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |