summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-09 21:52:26 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-09 21:52:26 +0000
commitc43e977e2896d57f616919a6c9c7301f7fae9804 (patch)
tree040feec70116df906c48901a0e86969e7f620078 /ChangeLog
parent09a7d0173b672e9ba2e0062bf23acbf232afe1cc (diff)
ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buffer in numchar_getc() size form 8 to 10 to avoid potential for a segfault.
test/nkf/test_nkf.rb: Added a test for the change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55db17c6ef..cd3f6e115d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+Thu Jun 10 06:46:00 Kirk Haines <khaines@ruby-ang.org>
+
+ * ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buffer in numchar_getc() size form 8 to 10 to avoid potential for a segfault.
+
+ * test/nkf/test_nkf.rb: Added a test for the change.
+
Thu Jun 10 01:40:00 Kirk Haines <khaines@ruby-lang.org>
- * lib/delegate.rb: Backport #1781 [ruby-core:24356]; allow a block to be properly passed through.
+ * lib/delegate.rb: Backport #1781 [ruby-core:24356]; allow a block to be properly passed through. r28239
Wed Jun 9 04:35:00 Kirk Haines <khaines@ruby-lang.org>