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

Fix potential memory leaks in EC with BN_to_ASN1_INTEGER. #9836

Closed
wants to merge 1 commit into from

Conversation

paulidale
Copy link
Contributor

Corresponding to #9833 but for some of the EC code. OpenSSL never calls the parent function in a way where this is possible (the params argument is always NULL) but third parties could and OpenSSL might in the future.

Corresponding to openssl#9833 but for some of the EC code.
OpenSSL never calls the parent function in a way where this is possible
(the params argument is always NULL) but third parties could and OpenSSL
might in the future.
@paulidale paulidale added branch: 1.1.1 Merge to OpenSSL_1_1_1-stable branch branch: master Merge to master branch labels Sep 10, 2019
@paulidale
Copy link
Contributor Author

Duplicate.

@paulidale paulidale closed this Sep 10, 2019
@paulidale paulidale deleted the ec-asn1 branch September 10, 2019 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch branch: 1.1.1 Merge to OpenSSL_1_1_1-stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant