From 40c771fd45eb7b3fd5c024bae65990faa24ddf46 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 4 Sep 2008 15:06:34 +0000 Subject: * pack.c (encodes): make buff fixed length to avoid SEGV by ruby -e '["a"*10000000].pack("m1000000000")' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 612f2f7e78..f91aec4fc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 5 00:05:27 2008 Tanaka Akira + + * pack.c (encodes): make buff fixed length to avoid SEGV by + ruby -e '["a"*10000000].pack("m1000000000")' + Thu Sep 4 23:47:05 2008 Yusuke Endoh * ext/bigdecimal/bigdecimal.c (BigDecimal_mode): set exception mode -- cgit v1.2.3