emulator_options: fix critical bug
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 29 Dec 2015 04:52:03 +0000 (13:52 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 30 Dec 2015 02:26:32 +0000 (11:26 +0900)
commit9d7fdbdfa92ed90435cdd951f49edc237cc42eff
tree97d4e4b0ac7f6654fd7f8d77424b8b02927580d8
parent2683113204a5724435035c16f62daffc981aacb6
emulator_options: fix critical bug

Variable value is contaminated during it is processed. We fix this
issue and prevent a recurrence of this issue by using "const" keyword.

Change-Id: I7d50a82a10a6b43b203e78b5394bf3eb8e0231a2
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/emul_state.c
tizen/src/emulator_options.c
tizen/src/emulator_options.h