From a4195fc99bc267da58612407737c91498f9d5f6d Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 19 May 2008 14:21:15 +0000 Subject: * regexec.c (slow_search): check the case when the length is 1. The behavior of memcmp is undefined if the third argument is 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17343394d3..290a58aac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 19 23:19:35 2008 Yusuke Endoh + + * regexec.c (slow_search): check the case when the length is 1. + The behavior of memcmp is undefined if the third argument is 0. + Mon May 19 21:07:48 2008 Koichi Sasada * thread_pthread.c (native_thread_apply_priority): -- cgit v1.2.3