[PATCH] D61108: [sanitizer] Implement reallocarray.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 10:31:52 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL359708: [sanitizer] Implement reallocarray. (authored by eugenis, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D61108?vs=197231&id=197587#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61108/new/

https://reviews.llvm.org/D61108

Files:
  compiler-rt/trunk/include/sanitizer/hwasan_interface.h
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/asan/asan_allocator.h
  compiler-rt/trunk/lib/asan/asan_errors.cc
  compiler-rt/trunk/lib/asan/asan_errors.h
  compiler-rt/trunk/lib/asan/asan_malloc_linux.cc
  compiler-rt/trunk/lib/asan/asan_report.cc
  compiler-rt/trunk/lib/asan/asan_report.h
  compiler-rt/trunk/lib/hwasan/hwasan.h
  compiler-rt/trunk/lib/hwasan/hwasan_allocator.cpp
  compiler-rt/trunk/lib/hwasan/hwasan_interceptors.cpp
  compiler-rt/trunk/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/trunk/lib/lsan/lsan_allocator.cc
  compiler-rt/trunk/lib/lsan/lsan_allocator.h
  compiler-rt/trunk/lib/lsan/lsan_interceptors.cc
  compiler-rt/trunk/lib/msan/msan.h
  compiler-rt/trunk/lib/msan/msan_allocator.cc
  compiler-rt/trunk/lib/msan/msan_interceptors.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_internal.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_report.cc
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_allocator_report.h
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_interceptors.h
  compiler-rt/trunk/lib/tsan/rtl/tsan_interceptors.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.cc
  compiler-rt/trunk/lib/tsan/rtl/tsan_mman.h
  compiler-rt/trunk/test/hwasan/TestCases/realloc-test.cc
  compiler-rt/trunk/test/hwasan/TestCases/sanitizer_malloc.cc
  compiler-rt/trunk/test/hwasan/TestCases/sizes.cpp
  compiler-rt/trunk/test/sanitizer_common/TestCases/reallocarray-overflow.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61108.197587.patch
Type: text/x-patch
Size: 25562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/909c7fe0/attachment.bin>


More information about the llvm-commits mailing list