aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-01 05:07:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-01 05:07:55 +0000
commit47d06fe69ad75f5a9812bccdb698f73fbd6fc2ed (patch)
treedd0dbbca8c233f30e589f1bfefa319560429edda /ChangeLog
parent7657852ad35c76d82e66116e413e11753fe918c3 (diff)
downloadruby-47d06fe69ad75f5a9812bccdb698f73fbd6fc2ed.tar.gz
crypt_r.c: fix out of bounds access
* missing/crypt_r.c (a64toi): initialize statically and fix out of bounds access when salt is not 7bit clean. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55243 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 ae5468056d..4248afa516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 1 14:07:53 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * missing/crypt_r.c (a64toi): initialize statically and fix out of
+ bounds access when salt is not 7bit clean.
+
Wed Jun 1 11:34:59 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (MISSING): fixed build error introduced at r55237.