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)
- 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


No differences found