diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-06-26 00:42:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-06-26 00:42:12 +0000 |
commit | 104426b6542145c5c5be9ccc4a32afb2dbb05674 (patch) | |
tree | 3c13449d4c075efc808637e568894f0f4d5060d6 /ChangeLog | |
parent | 4cb8e687affcc5323b2a330ac55d40a15d573ccf (diff) | |
download | glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.tar.gz glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.tar.xz glibc-104426b6542145c5c5be9ccc4a32afb2dbb05674.zip |
[BZ #6654]
2008-06-25 Ulrich Drepper <drepper@redhat.com> [BZ #6654] * stdlib/canonicalize.c (__realpath): readlink can write too much into the buffer on platforms without PATH_MAX.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e9776fe299..0ff145cd0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-25 Ulrich Drepper <drepper@redhat.com> + + [BZ #6654] + * stdlib/canonicalize.c (__realpath): readlink can write too much + into the buffer on platforms without PATH_MAX. + 2008-06-17 Carlos O'Donell <carlos@codesourcery.com> [BZ #6653] |