summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-29 06:53:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-29 06:53:48 +0000
commit1840408f2988849f30456663745b03015f711a5e (patch)
treefa225f91650c8733b2613fe33eb3a9175c87a315 /ChangeLog
parentbf57bc6c8dbbfcc3f38c4642407e22bf3feeddad (diff)
downloadruby-1840408f2988849f30456663745b03015f711a5e.tar.gz
ruby-1840408f2988849f30456663745b03015f711a5e.tar.xz
ruby-1840408f2988849f30456663745b03015f711a5e.zip
* eval.c (Init_Proc): taint preallocated exception object
sysstack_error. [ruby-talk:84534] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffbd5e51f..1aad2ef49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 29 15:28:34 2003 Yukihiro Matsumoto <[email protected]>
+
+ * eval.c (Init_Proc): taint preallocated exception object
+ sysstack_error. [ruby-talk:84534]
+
Wed Oct 29 11:27:39 2003 Yukihiro Matsumoto <[email protected]>
* parse.y (ret_args): node may be NULL. [ruby-talk:84530]
OSZAR »