Skip to content

shim: check X509_STORE_CTX_get_ex_data return value #16

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

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

oleg-jukovec
Copy link
Collaborator

Return value of a function 'X509_STORE_CTX_get_ex_data' is dereferenced without checking for NULL, but it is usually checked for this function.

Return value of a function 'X509_STORE_CTX_get_ex_data' is dereferenced
without checking for NULL, but it is usually checked for this function.
@oleg-jukovec oleg-jukovec force-pushed the oleg-jukovec/check_return_value branch from 17a879e to 829d7e1 Compare September 26, 2024 10:55
@oleg-jukovec oleg-jukovec merged commit 652f5df into master Sep 26, 2024
16 checks passed
@oleg-jukovec oleg-jukovec deleted the oleg-jukovec/check_return_value branch September 26, 2024 14:02
oleg-jukovec added a commit that referenced this pull request Sep 27, 2024
The small release include fixes for problems found by Svacer.

Fixed

- Unchecked `X509_STORE_CTX_get_ex_data` return value (#16).
@oleg-jukovec oleg-jukovec mentioned this pull request Sep 27, 2024
oleg-jukovec added a commit that referenced this pull request Sep 27, 2024
The small release include fixes for problems found by Svacer.

Fixed

- Unchecked `X509_STORE_CTX_get_ex_data` return value (#16).
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.

2 participants