From dce01373fd866e8ac77ed3d3b1b148044d2259af Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 26 Sep 2016 14:41:15 +0000 Subject: merge revision(s) 55057: * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): pop errors leaked by PKCS12_parse(). This is a bug in OpenSSL, which exists in the versions before the version 1.0.0t, 1.0.1p, 1.0.2d. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@56258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 20cb13f06a..d60e7d8b94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 26 23:34:09 2016 Kazuki Yamaguchi + + * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): pop errors + leaked by PKCS12_parse(). This is a bug in OpenSSL, which exists + in the versions before the version 1.0.0t, 1.0.1p, 1.0.2d. + Mon Sep 26 23:10:43 2016 NARUSE, Yui * vm_dump.c (backtrace): use rip in the saved context for the case -- cgit v1.2.3