[sanitizer] fix calloc overflow in asan/tsan/msan
authorKostya Serebryany <kcc@google.com>
Fri, 25 Jan 2013 11:46:22 +0000 (11:46 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 25 Jan 2013 11:46:22 +0000 (11:46 +0000)
commitfa79cd65e2a08979c0d76b6f0dec6192161e5611
tree751e282870a97e182c8979a0455b6008e59cf003
parent4899fb5cfba666ebfe88c5b817f3b4436f108b25
[sanitizer] fix calloc overflow in asan/tsan/msan

llvm-svn: 173441
compiler-rt/lib/asan/asan_allocator.cc
compiler-rt/lib/asan/asan_allocator2.cc
compiler-rt/lib/asan/tests/asan_noinst_test.cc
compiler-rt/lib/msan/msan_interceptors.cc
compiler-rt/lib/msan/tests/msan_test.cc
compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cc