diff options
author | Jens Wiklander | 2021-06-15 22:23:50 +0200 |
---|---|---|
committer | Jens Wiklander | 2021-11-17 14:08:54 +0100 |
commit | f18397ab3ae23e8e43bba9986e66af6d4497f2ad (patch) | |
tree | e005c1db617e400db802d6e3449b7768dbd4cc54 /Kconfig | |
parent | ff5fdc34d0aed9931c01e6d50f7f873ecf8df8d3 (diff) |
tee: fix put order in teedev_close_context()
Prior to this patch was teedev_close_context() calling tee_device_put()
before teedev_ctx_put() leading to teedev_ctx_release() accessing
ctx->teedev just after the reference counter was decreased on the
teedev. Fix this by calling teedev_ctx_put() before tee_device_put().
Fixes: 217e0250cccb ("tee: use reference counting for tee_context")
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions