From 47d06fe69ad75f5a9812bccdb698f73fbd6fc2ed Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 1 Jun 2016 05:07:55 +0000 Subject: 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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * win32/Makefile.sub (MISSING): fixed build error introduced at r55237. -- cgit v1.2.3