From fae3aefe99abcfcbf25764c650e88122bdf4b5c5 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Thu, 4 Dec 2003 00:21:31 +0000 Subject: * ext/openssl/ossl_asn1.c (asn1time_to_time): should check that the underlying value of ASN1_TIME isn't NULL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6eab77313..45c755de1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 4 09:12:43 2003 GOTOU Yuuzou + + * ext/openssl/ossl_asn1.c (asn1time_to_time): should check that + the underlying value of ASN1_TIME isn't NULL. + Thu Dec 4 08:29:43 2003 GOTOU Yuuzou * lib/webrick/server.rb (GenericServer#start): should rescue -- cgit