Fix strtok_r bug 35/151535/1 accepted/tizen/4.0/unified/20170921.160604 submit/tizen_4.0/20170921.084313
authorSunmin Lee <sunm.lee@samsung.com>
Thu, 21 Sep 2017 06:13:45 +0000 (15:13 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Thu, 21 Sep 2017 06:21:08 +0000 (15:21 +0900)
commit11f18650e86054dcea6f8a69025a5e33d431b79d
treed58e7db731c5447d1b79d881cb594087899a1292
parent1b5ed643ae90af0871b9c306b5bd7db571567e9d
Fix strtok_r bug

In previous code the strtok and strtok_r were mixed
in order to preserve each context.
When fixed svace issues, this intention was not considered.
Fix the bug about it.

Change-Id: I76d838370fa5d3d0ebcf16b0e33e3055f5b869f8
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
ss_engine/SS_UPI.c