about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Jarosch <thomas.jarosch@intra2net.com>2011-10-29 12:24:38 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 12:24:38 -0400
commit1760874da6e4a6934751ea12cf2c06eae936b53c (patch)
treec38588e3cc48868e9e0660703d32ee45a8c0d113 /ChangeLog
parent51d91b18954c998ccda310231f4d120f21a5fd79 (diff)
downloadglibc-1760874da6e4a6934751ea12cf2c06eae936b53c.tar.gz
glibc-1760874da6e4a6934751ea12cf2c06eae936b53c.tar.xz
glibc-1760874da6e4a6934751ea12cf2c06eae936b53c.zip
Fix readlink call in ldconfig's chroot handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98db0948cc..8e0c37ca84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #13335]
+	* elf/chroot_canon.c (chroot_canon): Fix readlink call.
+	Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
+
 	* string/test-strchr.c: Make usable for strchrnul testing.
 	* string/test-strchrnul.c: New file.
 	* string/Makefile (strop-tests): Add strchrnul.