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

Adding missing checks missing initialization of sp_int/mp_int #8209

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

gasbytes
Copy link
Contributor

@gasbytes gasbytes commented Nov 21, 2024

This pull request includes a small but important change to the wolfcrypt/src/dsa.c file. The change ensures that memory is properly freed in the wc_DsaVerify_ex function when either MP_INIT_E or MEMORY_E errors occur.
Fixed zd#18969.

…ization (

in case of MEMORY_E).

removed printf (added for previous debugging)
@douzzer douzzer merged commit 92f587c into wolfSSL:master Nov 22, 2024
143 checks passed
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.

3 participants