diff options
author | Thomas Jarosch <thomas.jarosch@intra2net.com> | 2011-10-29 12:24:38 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 12:24:38 -0400 |
commit | 1760874da6e4a6934751ea12cf2c06eae936b53c (patch) | |
tree | c38588e3cc48868e9e0660703d32ee45a8c0d113 /ChangeLog | |
parent | 51d91b18954c998ccda310231f4d120f21a5fd79 (diff) | |
download | glibc-1760874da6e4a6934751ea12cf2c06eae936b53c.tar glibc-1760874da6e4a6934751ea12cf2c06eae936b53c.tar.gz glibc-1760874da6e4a6934751ea12cf2c06eae936b53c.tar.bz2 glibc-1760874da6e4a6934751ea12cf2c06eae936b53c.zip |
Fix readlink call in ldconfig's chroot handling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |