From 77d09c15e6e494974e799b7a3acb97ca9a90f1db Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 15 Aug 2009 18:18:07 +0000 Subject: * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issue was found out and debugged with Takuto Hayashi at Security and Programming camp 2009. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 512349f8d..a31031560 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Aug 16 03:06:59 2009 Koichi Sasada + + * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issue + was found out and debugged with Takuto Hayashi at Security and + Programming camp 2009. + Sun Aug 16 01:10:00 2009 NARUSE, Yui * regparse.c (add_ctype_to_cc_by_range): fix the first -- cgit