summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-02-10 20:31:48 -0800
committerPetr Baudis <pasky@ucw.cz>2010-05-12 01:56:33 +0200
commit69ad8afe74aa5a0aa727553e010ad0dded7721dd (patch)
tree80d227842f59cff1d944f7e7b732fb34d96f8391 /ChangeLog
parentc648b3046e619146357f706a1d0ccced601e039f (diff)
Fix file descriotor leak in nftw with FTW_CHDIR
(cherry picked from commit 247fdf2e2b798378d8aeaac1ee6f4ba0a49f31f3)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a63f1b9036..6a0f4c0a70 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-09 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/lshift.S: Fix unwind information.