From 54fe42cc45a9fbdba7dfc1a97f5baa0dcef9a863 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: http://svn.ruby-lang.org/repos/ruby/trunk@542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 559443426..57f3af1ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ Wed Oct 13 02:17:05 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. + * dir.c (dir_s_glob): iterate over generated matching filenames if the block is given to the method. -- cgit