From ee2c93e8004437cc10ad642439adc11dfae5a0f4 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 29 Sep 2007 08:17:48 +0000 Subject: * marshal.c (r_leave): move proc invocation from r_entry() to avoid potential crash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ac07a5552..b887f48b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 29 17:14:44 2007 Yukihiro Matsumoto + + * marshal.c (r_leave): move proc invocation from r_entry() to + avoid potential crash. + Sat Sep 29 12:28:08 2007 Tanaka Akira * bootstraptest/runner.rb (assert_normal_exit): new method. -- cgit