Fix format string and data types 39/286239/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 2 Jan 2023 05:51:55 +0000 (14:51 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Mon, 2 Jan 2023 10:31:20 +0000 (19:31 +0900)
commitd2b570ac59155380146960946bf2af9d2edba25e
treeb1230417a0d992958e234393e8a532136a6fa3ed
parent548ca54f709a1eaeea9f87531be95fbe728fd537
Fix format string and data types

- Issue:
Some format string and data types are not matched to the size of those
values.

- Solution:
This patch fixes the format string and data types for handling the size
of the value. And also this patch removes data copy in iterating
vector lists using reference type.

Change-Id: I3076c3ff9899b44469267a78bd7a8562aa4ee104
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/vc_setting_tidl.c
client/vc_tidl.c
common/VoiceControlEngineInfo.cpp
common/VoiceControlEngines.cpp
server/vcd_tidl.c