From 4d55e323aec85043a21f838e66e477a44388642e Mon Sep 17 00:00:00 2001 From: suke Date: Sat, 28 Jun 2008 23:00:58 +0000 Subject: * ext/win32ole/win32ole.c (date2time_str): fix the overflow in some situation. [ruby-bugs-20793] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 90bbacb94..6cad6b4a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 29 07:53:08 2008 Masaki Suketa + + * ext/win32ole/win32ole.c (date2time_str): fix the overflow in + some situation. [ruby-bugs-20793] + Sat Jun 28 21:25:08 2008 Tanaka Akira * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace -- cgit