Does the following propose a memory leak in openss-0.9.7L --

In function EVP_MD_CTX_cleanup(), if EVP_MD_CTX_FLAG_REUSE flag is set,
the context' md_data is not freed. However, at the end of function, all
contents of this context had been cleared by memset. This results a
loner memory block (previously pointed by ctx->md_data.

Can any one confirm the same, or correct me if I made a mistake?

Thanks,
Ming

Reply via email to