Fix svace issue (uint32_t to long or std::streamsize) 23/287823/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Feb 2023 01:55:00 +0000 (10:55 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 7 Feb 2023 03:37:13 +0000 (12:37 +0900)
To convert unsigned value into signed value safely,
we should convert as unsigned type with same size as signed type,
and after done, convert into signed type.

Change-Id: I3d8ebb3866c2bd753dd186026f7e1773e0f178a9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found