We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167e828 commit 79ee751Copy full SHA for 79ee751
crypto/fipsmodule/service_indicator/service_indicator.c
@@ -56,7 +56,7 @@ static struct fips_service_indicator_state *service_indicator_get(void) {
56
57
if (!CRYPTO_set_thread_local(
58
AWSLC_THREAD_LOCAL_FIPS_SERVICE_INDICATOR_STATE, indicator, free)) {
59
- OPENSSL_PUT_ERROR(CRYPTO, ERR_R_INTERNAL_ERROR);
+ free(indicator);
60
return NULL;
61
}
62
0 commit comments