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

Memory leak when verifying RSAPSS signature #704

Closed
zhengyao-lin opened this issue Dec 3, 2024 · 1 comment · Fixed by #703
Closed

Memory leak when verifying RSAPSS signature #704

zhengyao-lin opened this issue Dec 3, 2024 · 1 comment · Fixed by #703
Labels
bug Something isn't working

Comments

@zhengyao-lin
Copy link

Hello! I seem to be getting a memory leak issue at this line:

let pkey = Hacl_RSAPSS_new_rsapss_load_pkey(
, where the allocated pkey is never freed.

@franziskuskiefer franziskuskiefer added the bug Something isn't working label Dec 3, 2024
@franziskuskiefer
Copy link
Member

Thanks for spotting this! We are in the process of dropping the C code.
So this should go away as part of #537. The code will be replaced in #703.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants