commit | edb8ee4f9d07e44a011aa7219d6b711448a17e47 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Tue Mar 09 16:50:11 2021 +0800 |
committer | Kevin Peng <kevin.peng@arm.com> | Fri Mar 19 03:12:59 2021 +0100 |
tree | ebd07d2c9f1b7927757f22b60e204c3137789f30 | |
parent | 9543bc85bac86ae4fca4e4981398d25a8f5c79a5 [diff] |
SPM: Check client version before creating handle If the client version validation fails, an error should be returned. If the connection handle is already created at this point, the handle needs to be free-ed. This patch move the handling creation after all validations to avoid unnecessary creation and destruction. Change-Id: Ifdb018cfd4086c9b65edc35291883081e3b5cc73 Signed-off-by: Kevin Peng <kevin.peng@arm.com>