From 8a608d2b1f6f0f6422d456255f85bf436fa036e5 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Jul 2014 01:09:05 +0000 Subject: pack.c: fix buffer overrun * pack.c (encodes): fix buffer overrun by tail_lf. Thanks to Mamoru Tasaka and Tomas Hoger. [ruby-core:63604] [Bug #10019] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07d846dc58..0ce759d4a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 11 10:09:03 2014 Nobuyoshi Nakada + + * pack.c (encodes): fix buffer overrun by tail_lf. Thanks to + Mamoru Tasaka and Tomas Hoger. [ruby-core:63604] [Bug #10019] + Thu Jul 10 23:51:36 2014 Naohisa Goto * hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9. -- cgit v1.2.3