| e264b557 | 25-Aug-2024 |
Sieu Mun Tang <sieu.mun.tang@intel.com> |
fix(intel): update memcpy to memcpy_s
memcpy does not check the dst_size which may create vulnerable issue as it can overflow the buffer. Using memcpy_s which check the dst_size will help to reduce
fix(intel): update memcpy to memcpy_s
memcpy does not check the dst_size which may create vulnerable issue as it can overflow the buffer. Using memcpy_s which check the dst_size will help to reduce the risk. Also, this memcpy is always 4 bytes each time.
Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com> Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com> Change-Id: I413e6ae2ee9330501703c4cd63b7943c6f55b4c7
show more ...
|
| e08039d0 | 15-Apr-2024 |
Jit Loon Lim <jit.loon.lim@intel.com> |
fix(intel): software workaround for bridge timeout
Hardware hdskack register does not return a correct value after fence and drain of the bridge is done. Thus creates software workaround.
Change-Id
fix(intel): software workaround for bridge timeout
Hardware hdskack register does not return a correct value after fence and drain of the bridge is done. Thus creates software workaround.
Change-Id: I78d8ee0596c3e7bd4883bfd6e92c883b8e369c10 Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com>
show more ...
|