Skip to content

[3.13] gh-127667: fix memory leaks in hashlib (GH-127668) #130784

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

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Mar 3, 2025

  • Correctly handle NULL values returned by EVP_MD_CTX_md.
  • Correctly free resources in error branches.
  • Consistently suppress _setException() return value when needed.
  • Collapse _setException() + return NULL into a single statement.

(cherry-picked from commit 0978465)

- Correctly handle `NULL` values returned by `EVP_MD_CTX_md`.
- Correctly free resources in error branches.
- Consistently suppress `_setException()` return value when needed.
- Collapse `_setException() + return NULL` into a single statement.
@picnixz picnixz enabled auto-merge (squash) March 3, 2025 10:38
@picnixz picnixz merged commit 9643ce9 into python:3.13 Mar 3, 2025
38 checks passed
@picnixz picnixz deleted the bp/313/097846502b7f33cb327d512e2a396acf4f4de46e-hashlib-leaks-127668 branch March 3, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant