Loading
KEYS: trusted: Fix a memory leak in tpm2_load_cmd
'tpm2_load_cmd' allocates a tempoary blob indirectly via 'tpm2_key_decode' but it is not freed in the failure paths. Address this by wrapping the blob into with a cleanup helper. Cc: stable@vger.kernel.org # v5.13+ Fixes: f2219745 ("security: keys: trusted: use ASN.1 TPM2 key format for the blobs") Signed-off-by:Jarkko Sakkinen <jarkko@kernel.org>