Home
last modified time | relevance | path

Searched hist:"654 ab9e05194145f0cec99ca026ce6a9345c47e7" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/psci/
H A Dpsci_stat.c654ab9e05194145f0cec99ca026ce6a9345c47e7 Fri Oct 31 03:12:05 UTC 2025 Govindraj Raja <govindraj.raja@arm.com> fix(psci): fix coverity issue with out-of-bounds read

Avoid OVERRUN on parent indices if accidental return negative value
from `get_pwr_lvl_state_idx`, so convert everything to use unsigned
int to avoid Out-of-bounds read (OVERRUN)

Change-Id: Ie6d6fd34db9903e99b29e004fb46908aea8acd46
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
/rk3399_ARM-atf/include/lib/psci/
H A Dpsci.h654ab9e05194145f0cec99ca026ce6a9345c47e7 Fri Oct 31 03:12:05 UTC 2025 Govindraj Raja <govindraj.raja@arm.com> fix(psci): fix coverity issue with out-of-bounds read

Avoid OVERRUN on parent indices if accidental return negative value
from `get_pwr_lvl_state_idx`, so convert everything to use unsigned
int to avoid Out-of-bounds read (OVERRUN)

Change-Id: Ie6d6fd34db9903e99b29e004fb46908aea8acd46
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>