Commit 4161523e authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a potential double free in EVP_DigestInit_ex



There is a potential double free in EVP_DigestInit_ex. This is believed
to be reached only as a result of programmer error - but we should fix it
anyway.

Issue reported by Guido Vranken.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit ffe9150b)
parent 66299660
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment