Fix unsafe dereference.
authorRui Ueyama <ruiu@google.com>
Fri, 26 Feb 2016 15:13:24 +0000 (15:13 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 26 Feb 2016 15:13:24 +0000 (15:13 +0000)
commiteec23eb319daa851d362fed24649ffa2717e1e52
treee56d894f76c198d1578ac86d60e27c0b30a99db9
parent7f6e9d53a35f227019050cc7b925f2d2e7721377
Fix unsafe dereference.

Bound may point to one element beyond the end of the
vector, so *Bound is not safe.

llvm-svn: 262022
lld/ELF/ICF.cpp