From bb4dcac3c3a9efcd7c8004da5a582a87bf335b30 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 2 Aug 2003 18:05:02 +0000 Subject: * numeric.c (flo_to_s): get rid of buffer overflow. * io.c (appendline): clearerr(3) before raising exception, since exception may be captured by rescue. [ruby-talk:77794] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c30c29c7b..f8dc74275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun Aug 3 02:45:06 2003 Koji Arai + + * numeric.c (flo_to_s): get rid of buffer overflow. + +Sat Aug 2 23:51:52 2003 Yukihiro Matsumoto + + * io.c (appendline): clearerr(3) before raising exception, since + exception may be captured by rescue. [ruby-talk:77794] + Sat Aug 2 20:59:38 2003 GOTOU Yuuzou * lib/webrick/https.rb: change an option name. -- cgit