commit | 60d8b2fe37572b4d72e9c15c7d5564824f63b24c | [log] [tgz] |
---|---|---|
author | Yongxu Wang <yongxu.wang@nxp.com> | Thu Oct 09 11:02:42 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Oct 13 08:55:32 2025 +0200 |
tree | 4b9cc28360e0a77aa220ff44652177788b53c377 | |
parent | 7899951c9433e90ccce8f24aec24287cbc1f7b26 [diff] |
soc: nxp: imx943: Fix potential out-of-bounds access in pm_mcore loop Limit the loop to the smaller of nvic_iser_nb and GPC_CPU_CTRL_CMC_IRQ_WAKEUP_MASK_COUNT to ensure safe access. Signed-off-by: Yongxu Wang <yongxu.wang@nxp.com>