From 27b3354397c9e8b6ddffcd15c97b260dde60517a Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 6 Sep 2008 09:39:12 +0000 Subject: * transcode.c (allocate_converted_string): fix overflow condition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a214a8ed0..eaf4bb291 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 6 18:38:47 2008 Tanaka Akira + + * transcode.c (allocate_converted_string): fix overflow condition. + Sat Sep 6 15:06:21 2008 Tanaka Akira * transcode.c (sym_html): new variable. -- cgit