diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-20 14:20:17 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-20 14:20:17 +0000 |
commit | 06e6b9018491d323cd27feadfb42153ae28677a7 (patch) | |
tree | 6736ef728165b377898347cca139e9ac993d1425 | |
parent | a8fbd065234b8e95223af971dec80cbc440fb1bb (diff) | |
download | ruby-06e6b9018491d323cd27feadfb42153ae28677a7.tar.gz ruby-06e6b9018491d323cd27feadfb42153ae28677a7.tar.xz ruby-06e6b9018491d323cd27feadfb42153ae28677a7.zip |
* regexec.c (code_is_in_cclass_node): check code size.
[ruby-dev:26840]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Aug 20 2005 22:05:25 2005 K.Kosako <sndgk393 AT ybb.ne.jp> + + * regexec.c (code_is_in_cclass_node): check code size. + [ruby-dev:26840] + Sat Aug 20 22:37:13 2005 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> * lib/logger.rb (write, shift_log?, shift_log): file shifting race |