commit | 26ddef458bcace5be04aee1005ee219da08edb64 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Thu May 08 12:22:03 2025 +0100 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu May 08 11:26:43 2025 +0000 |
tree | 40ea8a28c68ec28b49e8f6ac9adc8d3ab428114a | |
parent | 4c6a7fa3c1bfb620987d00f40567a086bdb9bd06 [diff] |
fix(app/attestation): release shared buf lock in error path There was a missing call to rmm_el3_ifc_release_shared_buf() in attest_el3_token_sign_pull_response_from_el3() for one of the error path. This patch fixes the same. Change-Id: I03adf54745d42af286f29feef0d44ef1be89b344 Signed-off-by: Soby Mathew <soby.mathew@arm.com>