Fix SVACE issue 50/224250/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 7 Feb 2020 07:19:51 +0000 (16:19 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 7 Feb 2020 07:22:41 +0000 (16:22 +0900)
commitffd5fdd81b218fd10f4a4f9d3d8e1691109444bb
treea9b24cc9b361c94e4083fd048f2766d198319835
parentc33feb14d96d5ada1988a7638fcc253df1e827cc
Fix SVACE issue

- Integer overflow may occur due to arithmetic operation.
  : fileHeader.zsize is unsigned char[], and zDepth is unsigned int

Change-Id: I9fbd76a1e8f52933a50ae4b014ec361db3a6babf
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dali/internal/imaging/common/loader-astc.cpp