From 5590d804cd18f2a12f7a09c05b070f048714cebc Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 Oct 1999 09:32:16 +0000 Subject: block->tag pointing out of stack git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4186ee7665..3b21f98131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Tue Oct 12 22:29:04 1999 Yukihiro Matsumoto + * eval.c (block_pass): should copy block to prevent modifications. + tag in the structure should be updated from latest prot_tag. + + * eval.c (proc_s_new): tag in struct BLOCK should not point into + unused stack. + * io.c (io_read): length may be 0 or negative. Tue Oct 12 13:26:27 1999 Jun-ichiro itojun Hagino -- cgit v1.2.3