From 428791543be9e13af9426970f5796f3157dd30a0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Dec 2014 01:16:27 +0000 Subject: thread.c: get rid of invalid ID symbol * eval.c (rb_frame_last_func): return the most recent frame method name. * thread.c (recursive_list_access): use the last method name, instead of the current method name which can be unset in some cases, not to use a symbol by the invalid ID. [ruby-core:66742] [Bug #10579] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50520e4976..74fa222989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 9 10:16:24 2014 Nobuyoshi Nakada + + * eval.c (rb_frame_last_func): return the most recent frame method + name. + + * thread.c (recursive_list_access): use the last method name, + instead of the current method name which can be unset in some + cases, not to use a symbol by the invalid ID. + [ruby-core:66742] [Bug #10579] + Sun Dec 7 19:36:12 2014 Kazuki Tsujimoto * ext/socket/basicsocket.c, ext/socket/sockssocket.c: -- cgit v1.2.3