diff options
| author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-23 23:59:44 +0000 |
|---|---|---|
| committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-23 23:59:44 +0000 |
| commit | 11c066211fbec12de498ef29d52ccd288385adf3 (patch) | |
| tree | 1af7d7dd6c5929d604af8da0df43cc8752be56d3 /ChangeLog | |
| parent | 4195c8283839ec732c86f7cb430cef104db896b8 (diff) | |
| download | ruby-11c066211fbec12de498ef29d52ccd288385adf3.tar.gz ruby-11c066211fbec12de498ef29d52ccd288385adf3.tar.xz ruby-11c066211fbec12de498ef29d52ccd288385adf3.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Aug 24 08:57:51 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * 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 <usa@ruby-lang.org> * lib/resolv.rb (Config.default_config_hash): when multiple domains |
