From f9bc13a25244398ba034ccd5735aa9748aaae3f2 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 20 Sep 2005 17:44:57 +0000 Subject: * file.c (path_check_0): disallow sticky world writable directory in PATH (and $LOAD_PATH). [ruby-dev:27226] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8a164d3c4..6ea20112f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 21 02:44:09 2005 Yukihiro Matsumoto + + * file.c (path_check_0): disallow sticky world writable directory + in PATH (and $LOAD_PATH). [ruby-dev:27226] + Tue Sep 20 22:29:49 2005 NAKAMURA, Hiroshi * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb, -- cgit