mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 15:00:49 +02:00
Merge pull request #10508 from JacobBarthelmeh/static_analysis_3
devcrypto fixes, forcezero on memory after use, RX64 GetHash port fix, blake2 stor64 alignment
This commit is contained in:
@@ -408,7 +408,7 @@ static int km_AesInitCommon(
|
||||
if (! ctx->aes_decrypt_C) {
|
||||
pr_err("%s: allocation of %zu bytes for decryption key failed.\n",
|
||||
name, sizeof(*ctx->aes_decrypt_C));
|
||||
err = -MEMORY_E;
|
||||
err = -ENOMEM;
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user