Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ubsan] array-bounds: Ignore params with constant size | Vedant Kumar | 2017-12-08 | 1 | -2/+1 |
| | | | | | | | | | | This is a follow-up to r320128. Eli pointed out that there is some gray area in the language standard about whether the constant size is exact, or a lower bound. https://reviews.llvm.org/D40940 llvm-svn: 320185 | ||||
* | [ubsan] Use pass_object_size info in bounds checks | Vedant Kumar | 2017-12-08 | 1 | -0/+69 |
Teach UBSan's bounds check to opportunistically use pass_object_size information to check array accesses. rdar://33272922 llvm-svn: 320128 |