[PATCH] D38574: [Sanitizers] ASan: detect new/delete calls with mismatched alignment.

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 10:22:02 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316595: [Sanitizers] ASan: detect new/delete calls with mismatched alignment. (authored by alekseyshl).

Repository:
  rL LLVM

https://reviews.llvm.org/D38574

Files:
  compiler-rt/trunk/lib/asan/asan_allocator.cc
  compiler-rt/trunk/lib/asan/asan_allocator.h
  compiler-rt/trunk/lib/asan/asan_descriptions.cc
  compiler-rt/trunk/lib/asan/asan_descriptions.h
  compiler-rt/trunk/lib/asan/asan_errors.cc
  compiler-rt/trunk/lib/asan/asan_errors.h
  compiler-rt/trunk/lib/asan/asan_new_delete.cc
  compiler-rt/trunk/lib/asan/asan_report.cc
  compiler-rt/trunk/lib/asan/asan_report.h
  compiler-rt/trunk/test/asan/TestCases/Linux/aligned_delete_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38574.120280.patch
Type: text/x-patch
Size: 25367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171025/088095fe/attachment.bin>


More information about the llvm-commits mailing list