From 9ac3d3b2a29ebbc111bbf47864fe613df1c01ed3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 16 Jun 2016 02:15:27 +0000 Subject: string.c: fix terminator * string.c (tr_trans): consider terminator length and fix heap overflow. reported by Guido Vranken . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7757759881..869fd9535e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 16 11:15:25 2016 Nobuyoshi Nakada + + * string.c (tr_trans): consider terminator length and fix heap + overflow. reported by Guido Vranken . + Thu Jun 16 00:02:32 2016 Kazuki Yamaguchi * ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify, ossl_ocspbres_verify): -- cgit v1.2.3