mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
3600964 leak
This commit is contained in:
parent
9a8a8b7dad
commit
3f9b728e57
@ -719,6 +719,8 @@ int lanplus_encrypt_payload(uint8_t crypt_alg,
|
|||||||
if (lanplus_rand(output, IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE))
|
if (lanplus_rand(output, IPMI_CRYPT_AES_CBC_128_BLOCK_SIZE))
|
||||||
{
|
{
|
||||||
lprintf(LOG_ERR, "lanplus_encrypt_payload: Error generating IV");
|
lprintf(LOG_ERR, "lanplus_encrypt_payload: Error generating IV");
|
||||||
|
if (padded_input != NULL)
|
||||||
|
free(padded_input);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user