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)
commitf00e4d030c9dd49e40a8fa08fcae0c1a1be5cf14
tree1e594a89420fa0be1a816ae18fcf831c822e38bc
parentd2386df0d6f8edc61cba739623a360fdeeecb3d2
Fix overflow issue

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>
src/scanner-utils.h