diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-02-10 20:31:48 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-02-10 20:31:48 -0800 |
commit | 247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3 (patch) | |
tree | ffb43177d57ec06e5a45781e025395d7a8a344a8 /ChangeLog | |
parent | 311927f1bd58b6e2b36e3bbb83bbc4dbdb507155 (diff) | |
download | glibc-247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3.tar.gz glibc-247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3.tar.xz glibc-247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3.zip |
Fix file descriotor leak in nftw with FTW_CHDIR
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4e84709413..be8ba294fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-10 Ulrich Drepper <drepper@redhat.com> + + [BZ #11271] + * io/ftw.c (ftw_startup): Close descriptor for initial directory + after changing back to it. + 2010-02-05 David S. Miller <davem@davemloft.net> * elf/elf.h (R_SPARC_JMP_IREL, R_SPARC_IRELATIVE): Define. |