diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-29 06:53:48 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-29 06:53:48 +0000 |
commit | 1840408f2988849f30456663745b03015f711a5e (patch) | |
tree | fa225f91650c8733b2613fe33eb3a9175c87a315 /ChangeLog | |
parent | bf57bc6c8dbbfcc3f38c4642407e22bf3feeddad (diff) | |
download | ruby-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |