From 4d6f2314e8ac946ec4b8bc0be10283f0bb2b42de Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 26 Jul 2006 09:41:08 +0000 Subject: * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr exceeds string size. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6791507c7..3a54f7e54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 26 18:38:13 2006 Minero Aoki + + * ext/strscan/strscan.c (strscan_do_scan): always return nil if + p->curr exceeds string size. + Wed Jul 26 18:33:31 2006 Yukihiro Matsumoto * eval.c (Init_eval): rename #invoke_method and -- cgit