Issue #9745 has been updated by Tomoyuki Chikanaga. Status changed from Open to Closed % Done changed from 0 to 100 Applied in changeset r45821. ---------- merge revision(s) r45595: [Backport #9743] [Backport #9745] * ext/openssl/ossl_pkey.c (ossl_pkey_verify): as EVP_VerifyFinal() finalizes only a copy of the digest context, the context must be cleaned up after initialization by EVP_MD_CTX_cleanup() or a memory leak will occur. [ruby-core:62038] [Bug #9743] ---------------------------------------- Backport #9745: backport r45595 https://bugs.ruby-lang.org/issues/9745#change-46521 * Author: Terence Lee * Status: Closed * Priority: Normal * Assignee: Yui NARUSE ---------------------------------------- Backport memory leak from [Bug #9743] -- https://bugs.ruby-lang.org/