]> www.infradead.org Git - users/dwmw2/linux.git/commit
evm: Fix possible memory leak in evm_calc_hmac_or_hash()
authorRoberto Sassu <roberto.sassu@huawei.com>
Tue, 14 Apr 2020 08:01:31 +0000 (10:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jun 2020 07:32:58 +0000 (09:32 +0200)
commite445da30b12a4fc4591b5c3ac7647f25ec828446
tree7d8ea084f86030ac22ca483624bf1c470aab0e0b
parenta095fc2be7475e49ef41aa7b515196ee163b5729
evm: Fix possible memory leak in evm_calc_hmac_or_hash()

commit 0c4395fb2aa77341269ea619c5419ea48171883f upstream.

Don't immediately return if the signature is portable and security.ima is
not present. Just set error so that memory allocated is freed before
returning from evm_calc_hmac_or_hash().

Fixes: 50b977481fce9 ("EVM: Add support for portable signature format")
Signed-off-by: Roberto Sassu <roberto.sassu@huawei.com>
Cc: stable@vger.kernel.org
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
security/integrity/evm/evm_crypto.c