From 977b19107d291a457e5909d1eb3cf6cfb8bb2e55 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Tue, 21 Dec 2004 03:44:17 +0000 Subject: * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode): use rb_str_new4 to avoid SEGV. fix [ruby-dev:25261] * test/openssl/test_asn1.rb: add tests for OpenSSL::ASN1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efc271507..bb91ef7c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 21 12:42:34 2004 GOTOU Yuuzou + + * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode): + use rb_str_new4 to avoid SEGV. fix [ruby-dev:25261] + + * test/openssl/test_asn1.rb: add tests for OpenSSL::ASN1. + Tue Dec 21 12:10:04 2004 Hidetoshi NAGAI * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3- -- cgit