-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-140120: Refresh HACL* #140188
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
gh-140120: Refresh HACL* #140188
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
5d2d554
to
bd6b032
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the CI is not happy (maybe missing make regen-sbom?)
…40188) This pulls an updated version of HACL* that fixes the memory leak reported in pythonGH-140120, via an upstream fix. (cherry picked from commit 3a81313) Co-authored-by: Jonathan Protzenko <jonathan.protzenko+github@gmail.com>
GH-140192 is a backport of this pull request to the 3.14 branch. |
|
|
This pulls an updated version of HACL* that fixes the memory leak reported in #140120, via an upstream fix.
I did not add a NEWS entry because this seems minor. Thank you.
CC @picnixz and @gpshead
hmac
module with HACL* backend detected by AddressSanitizer #140120