Fix SVACE defect (SIGN_EXTENSION) 30/296830/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.094402 accepted/tizen/unified/20230808.170217 tizen_8.0_m2_release
authorSeungbae Shin <seungbae.shin@samsung.com>
Fri, 4 Aug 2023 11:55:33 +0000 (20:55 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Fri, 4 Aug 2023 11:58:39 +0000 (20:58 +0900)
commitab385364776cbd40880f2a80f79972d9245d6ca2
treeeff2547cf5086ca8ac2eba606be594d8b9aead85
parent880739be119a4282a484684998426ae7ea1dff52
Fix SVACE defect (SIGN_EXTENSION)

Unsafe conversion of expression with type 'unsigned int' to implementation defined type 'std::streamsize'
may or may not override sign-bit depending on size of implementation defined type,
which may cause unexpected results on porting to different platforms

[Version] 0.0.17
[Issue Type] SVACE

Change-Id: Ie537de2c380418c2713983837f749b4540bd6384
packaging/hal-api-audio.spec
testcase/audio_haltests.cpp