From ed4aed86fbfdc8133148c6ffa2e03312a601a3cd Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 17 Jun 2016 23:52:48 +0000 Subject: stringio.c: fix index overflow * ext/stringio/stringio.c (strio_getline): fix pointer index overflow. reported by Guido Vranken . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 27aa83aba1..914b57c10d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 18 08:52:46 2016 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_getline): fix pointer index + overflow. reported by Guido Vranken . + Thu Jun 16 16:35:35 2016 Nobuyoshi Nakada * class.c (Init_class_hierarchy): prevent rb_cObject which is the -- cgit v1.2.3