examples: replace sprintf() with snprintf()
authorHermet Park <chuneon.park@samsung.com>
Thu, 22 Jul 2021 05:19:12 +0000 (14:19 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 22 Jul 2021 08:24:22 +0000 (17:24 +0900)
commitca34d7f96aa58f0f58ac73156b32c97d125eafdf
tree80b7eeed1a752a4ab88a48cba191ce7a1d763371
parent3f0c30d59f603437821c12694f8086d931202618
examples: replace sprintf() with snprintf()

snprintf() is more preferred to use in preventing buffer overflow.
src/examples/MultiCanvas.cpp
src/examples/Stress.cpp
src/examples/Svg.cpp