From 40ad68f672c01c2393b92e670dcce3a53e2ae78d Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 30 Oct 2003 00:34:30 +0000 Subject: * process.c (rb_f_system): fixed lack of security check before calling do_spawn() on win32. [ruby-talk:84555] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 311869401..df62afbc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 30 09:32:26 2003 NAKAMURA Usaku + + * process.c (rb_f_system): fixed lack of security check before + calling do_spawn() on win32. [ruby-talk:84555] + Thu Oct 30 02:46:35 2003 Yukihiro Matsumoto * eval.c (proc_invoke): single array value to normal Proc#call -- cgit