diff options
author | Gwan-gyeong Mun <[email protected]> | 2016-11-20 20:44:22 +0900 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-22 15:15:45 +0000 |
commit | e074a08a6ded3260f13111d0e23961dea2da2442 (patch) | |
tree | 943420dc615d9fab9d334badcdb11b700dc799dd /src/intel/isl/tests/.gitignore | |
parent | 69cc7d90f9f60d95cd570a4e87755a474554d41f (diff) |
anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
Since both pCreateInfo->strideInBytes and pCreateInfo->extent.height
are of uint32_t type 32-bit arithmetic will be used.
Fix unintentional integer overflow by casting to uint64_t before
multifying.
CID 1394321
Cc: "13.0" <[email protected]>
Signed-off-by: Mun Gwan-gyeong <[email protected]>
[Emil Velikov: cast only of the arguments]
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/isl/tests/.gitignore')
0 files changed, 0 insertions, 0 deletions