From 9a938f865edb6062b10f5a85633ef8107a57f55f Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 12 Apr 2005 03:39:50 +0000 Subject: * ext/tk/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/trunk@8309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d43b8875e..001d603b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Apr 12 12:38:06 2005 Hidetoshi NAGAI + + * ext/tk/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/tk/tcltklib.c (ip_finalize): add existence check of -- cgit