Fix overflow issue 73/305173/2 accepted/tizen/unified/20240131.064100 accepted/tizen/unified/20240131.064200 accepted/tizen/unified/20240131.064253 accepted/tizen/unified/x/20240205.063940
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 29 Jan 2024 11:44:12 +0000 (20:44 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 29 Jan 2024 11:44:50 +0000 (20:44 +0900)
Overflowed constant (INTEGER_OVERFLOW)
overflow_const: Expression *out, which is equal to 3161, where *out * 16 + c - offset is known to be equal to 89,
overflows the type that receives it, an unsigned integer 8 bits wide.

Change-Id: I81fc7a20558c9b78f5c56647ae99c65189e42360
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>

No differences found