Skip to content

[3.6] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)#12165

Closed
tiran wants to merge 1 commit intopython:3.6from
tiran:backport-b7bc283-3.6
Closed

[3.6] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)#12165
tiran wants to merge 1 commit intopython:3.6from
tiran:backport-b7bc283-3.6

Conversation

@tiran
Copy link
Copy Markdown
Member

@tiran tiran commented Mar 4, 2019

Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in
out-of-memory cases. Thanks to Charalampos Stratakis.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue36179.
(cherry picked from commit b7bc283)

Co-authored-by: Christian Heimes christian@python.org

https://bugs.python.org/issue36179

Fix two unlikely reference leaks in _hashopenssl. The leaks only occur in
out-of-memory cases. Thanks to Charalampos Stratakis.

Signed-off-by: Christian Heimes <christian@python.org>

https://bugs.python.org/issue36179.
(cherry picked from commit b7bc283)

Co-authored-by: Christian Heimes <christian@python.org>
Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@miss-islington
Copy link
Copy Markdown
Contributor

@tiran: Status check is done, and it's a success ✅ .

@miss-islington
Copy link
Copy Markdown
Contributor

Sorry, I can't merge this PR. Reason: You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information..

@vstinner
Copy link
Copy Markdown
Member

vstinner commented Mar 4, 2019

Oh sorry, 3.6 doesn't accept bugfixes anymore. You should close your PR, @tiran.

@tiran tiran added the invalid label Mar 4, 2019
@miss-islington
Copy link
Copy Markdown
Contributor

Sorry, I can't merge this PR. Reason: You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information..

@tiran
Copy link
Copy Markdown
Member Author

tiran commented Mar 4, 2019

3.6 branch is in security-only mode. Closing

@tiran tiran closed this Mar 4, 2019
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

Successfully merging this pull request may close these issues.

5 participants