Fix unsafe dereference.
Bound may point to one element beyond the end of the vector, so *Bound is not safe. llvm-svn: 262022
Loading
Please sign in to comment
Bound may point to one element beyond the end of the vector, so *Bound is not safe. llvm-svn: 262022