Fixed SVACE and related issues in dali-scene-loader. 67/250267/1
authorGyörgy Straub <g.straub@partner.samsung.com>
Tue, 22 Dec 2020 13:50:36 +0000 (13:50 +0000)
committerGyörgy Straub <g.straub@partner.samsung.com>
Tue, 22 Dec 2020 13:50:36 +0000 (13:50 +0000)
commit4b8ce75c615d3ebb84de69224a6210d3fd7cdea1
treeac6a0fab99b22856ac8d4dba14efafb3c2cc8a78
parent5109cf2f57de0f566eacc71218c2d533a117e7f9
Fixed SVACE and related issues in dali-scene-loader.

- sprintf() replaced with snprintf() in gltf2-loader;
- ExceptionFlinger's destructor is marked as [[noreturn]]; other
  methods are marked noexcept(true);
- fixed the assertion in MeshDefinition::Blob::ApplyMinMax(), where
  either min or max can be empty, or they have to be the same size;

Change-Id: Ib05c2cde99fb3b3403c5993740fc2d72e2399f48
dali-scene-loader/public-api/gltf2-loader.cpp
dali-scene-loader/public-api/mesh-definition.cpp
dali-scene-loader/public-api/utils.cpp
dali-scene-loader/public-api/utils.h