From 9becc0c1e8472331e773d0b842b05f0357ba1815 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 5 Oct 2006 17:07:59 +0000 Subject: * ext/digest/digest.c (hexdigest_str_new): Add a string size check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f92ec8d03..32b50b2f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 6 02:06:10 2006 Akinori MUSHA + + * ext/digest/digest.c (hexdigest_str_new): Add a string size check. + Thu Oct 5 19:28:35 2006 Akinori MUSHA * ext/digest/digest.[ch]: Since the argument order of -- cgit