Object: avoid undefined behavior when bounds-checking
Don't form an out of bounds pointer just to test if it would be out of bounds. Also perform the same bounds checking for all the previous mapped structures. llvm-svn: 149750
Loading
Please register or sign in to comment