From 74dcd0fac76be99fb984cb1366a2de2c27327da6 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 20 Oct 1999 09:20:08 +0000 Subject: marshal load GC bug git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da45ce8599..b04de1a125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 20 15:14:24 1999 Yukihiro Matsumoto + + * marshal.c (marshal_load): should protect the generated object + table (arg->data) from GC. + Fri Oct 15 01:32:31 1999 WATANABE Hirofumi * ext/Win32API/Win32API.c (Win32API_Call): need to use NUM2ULONG, -- cgit v1.2.3