From db1177862cfca962b33e613a6b69e803ba9fcedb Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 4 Jun 2015 16:08:40 +0000 Subject: * vm_method.c (rb_add_method_iseq): use intermediate struct to avoid initializing struct with variables. [Bug #11217] * method.h: add a comment about it. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dea5726d15..63b9e30f41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 5 01:06:02 2015 Koichi Sasada + + * vm_method.c (rb_add_method_iseq): use intermediate struct to + avoid initializing struct with variables. + [Bug #11217] + + * method.h: add a comment about it. + Fri Jun 5 00:55:21 2015 Koichi Sasada * method.h: constify rb_method_refined_t::orig_me. -- cgit v1.2.3