[PATCH] D62927: [sanitizers][windows] Rtl-Heap Interception and tests
Matthew G McGovern via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 12:38:27 PDT 2019
mcgov marked 6 inline comments as done.
mcgov added a comment.
Another bump for review from @rnk or @vitalybuka
The goals of this patch were to enable RTL interception and preserve the current functionality when the option is turned off. This is why there are some weird IF conditions that seem like they should be global. To get the RTL interception to work the way you would expect it required changing some of the ways flags that are passed into the Allocate/Free/ReAllocate/Size functions are handled. This may not be worth much since you can't see the test results (for now) but we have been using this patch internally for a few months now :-)
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62927/new/
https://reviews.llvm.org/D62927
More information about the llvm-commits
mailing list