We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libspdm_hmac_new
libspdm/library/spdm_crypt_lib/libspdm_crypt_hmac.c
Lines 9 to 18 in 87d6c6c
Function return type is void * but some paths return false instead of NULL.
void *
false
NULL
The text was updated successfully, but these errors were encountered:
Fix libspdm_hmac_new return type
f98e071
Fix DMTF#2961. Signed-off-by: Steven Bellock <[email protected]>
4cbc8b9
0f6c6a3
Fix #2961. Signed-off-by: Steven Bellock <[email protected]>
a1bbde2
steven-bellock
Successfully merging a pull request may close this issue.
libspdm/library/spdm_crypt_lib/libspdm_crypt_hmac.c
Lines 9 to 18 in 87d6c6c
Function return type is
void *
but some paths returnfalse
instead ofNULL
.The text was updated successfully, but these errors were encountered: