summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-11-03 00:25:45 -0400
committerUlrich Drepper <drepper@redhat.com>2010-11-03 00:25:45 -0400
commit0e516e0e14f2f9783a21cd1727bc53776341f857 (patch)
treec81aa2f560e7894c57076cb04ff5313cba156c5e /ChangeLog
parent0e012e8734d454f85bb1e3a50167dd61000b6ce4 (diff)
downloadglibc-0e516e0e14f2f9783a21cd1727bc53776341f857.tar.gz
Verify in ttyname() that the symlink is valid.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c7a9b729..afed643aa8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-03 Ulrich Drepper <drepper@gmail.com>
+
+ [BZ #12167]
+ * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
+ of inacessible symlinks. Verify result of symlink before returning it.
+ * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
+ Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
+
2010-10-28 Erich Ritz <erichritz@gmail.com>
* math/math.h (isinf): Fix typo in comment.