[libcxx-commits] [PATCH] D132522: [1b/3][compiler-rt][ASan] API for annotating objects memory
Tacet via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 21 19:01:11 PDT 2022
AdvenamTacet updated this revision to Diff 462064.
AdvenamTacet added a comment.
Big change: now annotations work without changing API.
Annotation function is modified to support cases of not
aligned buffers and buffers in bigger structures.
That allows objets to annotate self memory.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132522/new/
https://reviews.llvm.org/D132522
Files:
compiler-rt/include/sanitizer/common_interface_defs.h
compiler-rt/lib/asan/asan_errors.cpp
compiler-rt/lib/asan/asan_errors.h
compiler-rt/lib/asan/asan_poisoning.cpp
compiler-rt/lib/asan/asan_report.cpp
compiler-rt/lib/asan/asan_report.h
compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
compiler-rt/lib/sanitizer_common/sanitizer_interface_internal.h
compiler-rt/test/asan/TestCases/contiguous_container.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132522.462064.patch
Type: text/x-patch
Size: 29722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220922/946ae1f7/attachment-0001.bin>
More information about the libcxx-commits
mailing list