Explictly check upper bound to satisfy SVACE when using strtoul 05/164005/1
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 14 Dec 2017 14:36:13 +0000 (14:36 +0000)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Thu, 14 Dec 2017 14:36:13 +0000 (14:36 +0000)
commit1a28300d578c8b97c395d79910c588d10a8e086f
tree4fb1f1095d9d61e34367f8af5e4716f4d629eae7
parent76da05be9e24ae33017235fad586e3e17d172430
Explictly check upper bound to satisfy SVACE when using strtoul

Should have been able to fix SVACE error by asserting on the maximum number allowed
but that does not work with strtoul only with strtol!!

Possible issue with SVACE.

Added ASSERT_DEBUG so users knows that the set value of threads failed and default
is being used

Merged into other 4.0 branch with patch "SVACE Error fix TextureManager Thread bounds"

Change-Id: Ic412c92160bcb910f99db30a43273af0c9cf68a1
dali-toolkit/internal/visuals/texture-manager-impl.cpp