Fixed 2 more issues found by the address sanitizer:
authorGreg Clayton <gclayton@apple.com>
Fri, 8 Feb 2013 22:02:02 +0000 (22:02 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 8 Feb 2013 22:02:02 +0000 (22:02 +0000)
commit2452ab7fa8cebe183e6e82a599d8df51a0abf2cc
treef4f81a6d047741698fd3843332a1aef10a549151
parentb2f426c40e9b9e82e96635f909a42bcb02349c37
Fixed 2 more issues found by the address sanitizer:

1 - A store off the end of a buffer in ValueObject.cpp
2 - DataExtractor had cases where bad offsets could cause invalid memory to be accessed.

llvm-svn: 174757
lldb/include/lldb/Core/DataExtractor.h
lldb/include/lldb/Core/ValueObject.h
lldb/include/lldb/Symbol/ClangASTType.h
lldb/source/Core/DataExtractor.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/Symbol/ClangASTType.cpp