From 11c066211fbec12de498ef29d52ccd288385adf3 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Mon, 23 Aug 2004 23:59:44 +0000 Subject: * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i functions may replace the pointer indicated by the first argument. * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): ditto. * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 62473fd2a..0074f2348 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Aug 24 08:57:51 2004 GOTOU Yuuzou + + * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i + functions may replace the pointer indicated by the first argument. + + * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): ditto. + + * ext/openssl/ossl_x509name.c (ossl_x509name_initialize): ditto. + Mon Aug 23 12:43:32 2004 NAKAMURA Usaku * lib/resolv.rb (Config.default_config_hash): when multiple domains -- cgit