From 74e6dd4078051efea4144fd289dc4c2b30fc9891 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 5 Feb 2011 02:48:55 +0000 Subject: * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr NULL. * ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize): allocate internal structure. [ruby-core:35094] * ext/openssl/ossl_cipher.c (ossl_cipher_copy): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a36a1c9da..5bd57fd4b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Feb 5 11:48:47 2011 Nobuyoshi Nakada + + * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptr + NULL. + + * ext/openssl/ossl_cipher.c (ossl_cipher_new, ossl_cipher_initialize): + allocate internal structure. [ruby-core:35094] + + * ext/openssl/ossl_cipher.c (ossl_cipher_copy): ditto. + Sat Feb 5 11:29:10 2011 Nobuyoshi Nakada * ext/json/parser/parser.h (GET_PARSER): raise TypeError. -- cgit v1.2.3