commit | d781959f81923bc3a59e77abd44df2fcc61f044e | [log] [tgz] |
---|---|---|
author | Demi Marie Obenour <demiobenour@gmail.com> | Wed Jan 11 14:16:37 2023 -0500 |
committer | Demi Marie Obenour <demiobenour@gmail.com> | Wed May 03 10:39:53 2023 -0400 |
tree | 7443c90d5c622d059830d8126283e8576775d636 | |
parent | 77acde4c35480081c51ff17dd5e3a68f0f349429 [diff] |
fix(el3-spmc): only call spmc_shm_check_obj() on complete objects When called on incomplete objects, it might fail or access uninitialized memory. This allows simplifying spmc_shm_check_obj(). Change-Id: I7c11f15d4c8ebe8cd15e7d8c37a0d0f3daa83675 Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>