summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-12 02:35:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-12 02:35:50 +0000
commit9fbd5955c043489d98419d6c749657e7c6eee30c (patch)
treed1cc5d70fe91b61eb2a118ce34fd97e233a917cc /ChangeLog
parentf54265a8eb872dbccb6e071aa62c840adf39e0a2 (diff)
merge revision(s) 55427: [Backport #12503]
* string.c (tr_trans): consider terminator length and fix heap overflow. reported by Guido Vranken <guido AT guidovranken.nl>. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@55872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3309c66cc9..5486d96b56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 12 11:21:24 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * string.c (tr_trans): consider terminator length and fix heap
+ overflow. reported by Guido Vranken <guido AT guidovranken.nl>.
+
Tue Jul 12 00:17:36 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* tool/fake.rb: don't fake libdir. use libdirname instead.