[SVACE/414655] Fix 65505049 Warning
authorjijoong.moon <jijoong.moon@samsung.com>
Mon, 1 Apr 2019 07:43:43 +0000 (16:43 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 1 Apr 2019 10:23:21 +0000 (19:23 +0900)
commit910c89b15a5090f54e89f95abf4fb34159968599
treed9976d2ab43e333b72a0e048c188c952dec9e442
parentd7f9c9efc296460a1ae23470cd71ffe713f61bdb
[SVACE/414655] Fix 65505049 Warning

Line 343 of unittest_sink.cpp has svace warning:

WID:65505049 Use of vulnerable function 'sprintf' at
unittest_sink.cpp:343. For better security, VD recommends NOT to use
sprintf. Use snprintf instead.

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
tests/nnstreamer_sink/unittest_sink.cpp