evas textblock - use snprintf to limit buffer and have buffer big enough
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 19 Dec 2019 10:33:37 +0000 (10:33 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 19 Dec 2019 21:12:56 +0000 (06:12 +0900)
commit4009de52d42cc28315cf87c844e9f8a4aea58d92
tree1cae565a3d291931b20b44937681d5029077ce28
parentc698f5568d006a2f147151f91f6ffe08111d30d8
evas textblock - use snprintf to limit buffer and have buffer big enough

the buffer wasn't big enough for all possible content anyway and it
didn't use snprintf, so large values of i could overflow... pointed to
by warning. fix that warning.
src/lib/evas/canvas/evas_object_textblock.c