diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-10 19:41:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-10 19:41:26 +0000 |
commit | a744da905975293474573b9c1978e77a28bb49be (patch) | |
tree | 07456887725e8726ce7cdde151660b91f852c372 /ChangeLog | |
parent | 0f841e93f1b471aa0d18920dc8d397131ebfed84 (diff) | |
download | glibc-a744da905975293474573b9c1978e77a28bb49be.tar.gz |
* io/fts.c: Make sure fts_cur is always valid after return from
fts_read.
Patch by Miloslav Trmac <mitr@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-01-10 Ulrich Drepper <drepper@redhat.com> + + * io/fts.c: Make sure fts_cur is always valid after return from + fts_read. + Patch by Miloslav Trmac <mitr@redhat.com>. + 2006-10-27 Richard Sandiford <richard@codesourcery.com> * elf/elf.h (R_MIPS_GLOB_DAT): Define. |