commit | 705384be9741cec657512b5c7e9dc5b1e0621d72 | [log] [tgz] |
---|---|---|
author | Andrey Churbanov <Andrey.Churbanov@intel.com> | Thu Apr 11 15:03:44 2019 +0000 |
committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | Thu Apr 11 15:03:44 2019 +0000 |
tree | 8d982df29c6bf725fe0b3d80c8bfdb8a68218c6c | |
parent | d843da6218d89415adce78798d99a3d609f71c89 [diff] |
Fixed possible out of bound array access. The check of index value moved to before the write to the array. Differential Revision: https://reviews.llvm.org/D60471 llvm-svn: 358181