Fixed an bug found by running LLDB with the address sanitizer! We were accessing...
authorGreg Clayton <gclayton@apple.com>
Thu, 7 Feb 2013 03:38:34 +0000 (03:38 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 7 Feb 2013 03:38:34 +0000 (03:38 +0000)
commitf6cdd126e8a305facea26144230b1975f2076a31
treeaf238e2ae459a304eac711412c02bff43ce59bef
parent645d755d3e40bfb57f19ab7c474b832b71f3b095
Fixed an bug found by running LLDB with the address sanitizer! We were accessing one past the end of the buffer.

llvm-svn: 174578
lldb/source/Core/SourceManager.cpp