diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-05 17:47:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-05 17:47:50 +0000 |
commit | 5049f1971ec7c2893e0e5b8a7f1eb7d2909f8bd3 (patch) | |
tree | fccf263aa6d0a0cba3ac7ad5c10ffe9885304d87 /ChangeLog | |
parent | a88c9263686012ca2a336379b7d66e59dea2b43b (diff) | |
download | glibc-5049f1971ec7c2893e0e5b8a7f1eb7d2909f8bd3.tar.gz glibc-5049f1971ec7c2893e0e5b8a7f1eb7d2909f8bd3.tar.xz glibc-5049f1971ec7c2893e0e5b8a7f1eb7d2909f8bd3.zip |
Update.
2003-02-05 Jim Meyering <jim@meyering.net> Fix a heap-corrupting bug. * io/ftw.c: Include <limits.h>. (PATH_MAX) [!defined PATH_MAX]: Define to 1024. (process_entry): Allocate enough space to hold the resulting file name. Don't presume that 2*dirbufsize is enough. (ftw_startup): Always use PATH_MAX to compute buffer size, now that it is guaranteed to be defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9c0662b1bd..ed332363e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-02-05 Jim Meyering <jim@meyering.net> + + Fix a heap-corrupting bug. + * io/ftw.c: Include <limits.h>. + (PATH_MAX) [!defined PATH_MAX]: Define to 1024. + (process_entry): Allocate enough space to hold the resulting + file name. Don't presume that 2*dirbufsize is enough. + (ftw_startup): Always use PATH_MAX to compute buffer size, now that + it is guaranteed to be defined. + 2003-02-04 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile: Add rules to build and run bug-iconv3. |