aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-13 06:37:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-13 06:37:39 +0000
commit3711c63b6a2513348a4dc991ec25198244636d2a (patch)
treed1fee1634a9ada1310d01daf811987f055ab0d85 /ChangeLog
parent579edea3c91f5f5ca1475b845729c0a63a99cfd7 (diff)
downloadruby-3711c63b6a2513348a4dc991ec25198244636d2a.tar.gz
* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixed
infinite loop for wide encodings. reported by Ralf Junker at [ruby-core:24892]. [ruby-core:24904] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d64bbb7bf5..c3c14b22e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 13 15:37:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixed
+ infinite loop for wide encodings. reported by Ralf Junker a
+ [ruby-core:24892]. [ruby-core:24904]
+
Wed Aug 12 21:07:46 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/extconf.rb: if ipv6 is enabled, the version of Windows