Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ExecutionEngine][Interpreter] Fix out-of-bounds array access. | Lang Hames | 2018-11-20 | 1 | -0/+10 |
If args is empty then accesing element 0 is illegal. https://reviews.llvm.org/D53556 Patch by Eugene Sharygin. Thanks Eugene! llvm-svn: 347281 |