From 4584ca531f7985d0ab9072e2971a294483d00b77 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 12 Apr 2005 03:40:27 +0000 Subject: * ext/tcltklib/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval() modifies the argument string to eval. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4b705b06b..7cf72b4cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 12 12:38:06 2005 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval() + modifies the argument string to eval. + Tue Apr 12 02:21:55 2005 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c (ip_finalize): add existence check of -- cgit