Home
last modified time | relevance | path

Searched hist:"4 d7238bb1226310812b248f5719dc3892b1f7f0f" (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/libc/
H A Dstrtoul.c4d7238bb1226310812b248f5719dc3892b1f7f0f Mon Nov 03 17:05:03 UTC 2025 Govindraj Raja <govindraj.raja@arm.com> fix(libc): fix coverity overflowed constant

Avoid overflow that may occur from math operations.

Coverity message:
-----------------
CID 457888: (#1 of 1): Overflowed constant (INTEGER_OVERFLOW)34.
overflow_const: Expression acc, where base is known to be equal to 16,
overflows the type of acc, which is type unsigned long long.

Change-Id: I41f22e22625a17826b2cedff101120918e23c8e8
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
H A Dstrtoull.c4d7238bb1226310812b248f5719dc3892b1f7f0f Mon Nov 03 17:05:03 UTC 2025 Govindraj Raja <govindraj.raja@arm.com> fix(libc): fix coverity overflowed constant

Avoid overflow that may occur from math operations.

Coverity message:
-----------------
CID 457888: (#1 of 1): Overflowed constant (INTEGER_OVERFLOW)34.
overflow_const: Expression acc, where base is known to be equal to 16,
overflows the type of acc, which is type unsigned long long.

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