From 683bc60673f111397aea0f363c90a24f099026dc Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 23 Feb 2008 18:53:00 +0000 Subject: * util.c (valid_filename): use O_EXCL to get rid of clobbering existing files in race conditions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1d2cd6c1..53a4349bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 24 03:52:58 2008 Nobuyoshi Nakada + + * util.c (valid_filename): use O_EXCL to get rid of clobbering + existing files in race conditions. + Sat Feb 23 21:36:13 2008 NAKAMURA Usaku * ext/win32ole/win32ole.c (ole_init_cp): should return value. -- cgit