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

PKCS12Container: fix memory leaks on exceptions (1.10.1) #3025

Closed
wants to merge 1 commit into from

Conversation

agalanin
Copy link
Contributor

@agalanin agalanin commented Jun 4, 2020

PKCS12Container::load forgets to free pPKCS12 in case of bad container password. There are some more potential memory leaks related to exceptions. I have fixed them all.

Is poco-1.10.1 a valid destination branch for current release bug fixes?

@obiltschnig obiltschnig self-assigned this Jun 4, 2020
@obiltschnig obiltschnig added the bug label Jun 4, 2020
@obiltschnig obiltschnig added this to the Release 1.10.2 milestone Jun 4, 2020
@obiltschnig
Copy link
Member

Could you please re-target against devel branch?

@agalanin agalanin changed the title PKCS12Container: fix memory leaks on exceptions PKCS12Container: fix memory leaks on exceptions (1.10.1) Jun 4, 2020
@agalanin
Copy link
Contributor Author

agalanin commented Jun 4, 2020

Could you please re-target against devel branch?

#3027

@agalanin agalanin closed this Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants