Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory Leak in pkcs11h_openssl_getX509 #218

Closed
ASPj opened this issue Feb 28, 2014 · 3 comments
Closed

Memory Leak in pkcs11h_openssl_getX509 #218

ASPj opened this issue Feb 28, 2014 · 3 comments

Comments

@ASPj
Copy link

ASPj commented Feb 28, 2014

certificate_blob is allocated but never freed.

Adding
_pkcs11h_mem_free((void *)&certificate_blob);
to the cleanup label fixed that.

@alonbl
Copy link
Member

alonbl commented Feb 28, 2014

Thanks!

Should have been opened to pkcs11-helper project :)

@alonbl
Copy link
Member

alonbl commented Feb 28, 2014

Cannot close this, can someone can?

@ASPj
Copy link
Author

ASPj commented Feb 28, 2014

Oops, haven't noticed that github somehow broght me back to OpenSC.
Sorry.

@ASPj ASPj closed this as completed Feb 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants