[PATCH] D125195: [asan][ARMCXXABI] Added missing asan poison array cookie hooks.
Roy Sundahl via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 12 20:57:51 PDT 2022
rsundahl updated this revision to Diff 429135.
rsundahl added a comment.
- Refactor InitializeArrayCookie and readArrayCookieImpl.
This update to the differential implements the final suggestions
for refactoring ItaniumCXXABI to remove duplicated code in the
function InitializeArrayCookie() and readArrayCookieImpl().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125195/new/
https://reviews.llvm.org/D125195
Files:
clang/lib/CodeGen/ItaniumCXXABI.cpp
compiler-rt/lib/asan/asan_poisoning.cpp
compiler-rt/test/asan/TestCases/Posix/new_array_cookie_test.cpp
compiler-rt/test/asan/TestCases/Posix/new_array_cookie_uaf_test.cpp
compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125195.429135.patch
Type: text/x-patch
Size: 10907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220513/fd23da10/attachment-0001.bin>
More information about the cfe-commits
mailing list