Add static keyword into global variables 56/277756/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 13 Jul 2022 02:20:01 +0000 (11:20 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 13 Jul 2022 02:20:01 +0000 (11:20 +0900)
commit899224974e4465bd35f068eeb150047821f60dab
tree0cec581a6fa5540cd26cad5a8b3601fb734259a8
parentb2868a46dc35984e55dd032d71d4a0825225fad3
Add static keyword into global variables

- Issue:
Some global variables can be accessed by other files, because those are
not hided from others. It can allow malicious access.

- Solution:
This patch adds static keyword into global variables that are used only
in the file.

Change-Id: I85a0563027fc94dcd9d31eb508b37f237678b0e0
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
client/tts_ipc.c
engine-parser/src/tts-engine-parser.c
server/ttsd_ipc.c
server/ttsd_tidl.c