From b593b831d3caee7620ce028a0171cc0c7280d861 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 18 Feb 2011 12:02:52 +0000 Subject: merges r30896 from trunk into ruby_1_9_2. -- * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a race condition in the case where the given path is a directory, and some other user can move that directory, and create a symlink while this method is executing. Reported by: Nicholas Jefferson git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30907 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3cba4a4fe7..a02d89ee06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Feb 18 19:31:31 2011 Shugo Maeda + + * lib/fileutils.rb (FileUtils::remove_entry_secure): there is a + race condition in the case where the given path is a directory, + and some other user can move that directory, and create a + symlink while this method is executing. + Reported by: Nicholas Jefferson + Sat Jan 29 22:16:26 2011 NARUSE, Yui * array.c (rb_ary_join): [].join.encoding must be US-ASCII. -- cgit v1.2.3