[PATCH] D89552: ASAN: Support detect_invalid_pointer_pairs=1 with detect_stack_use_after_return=1
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 19 10:49:45 PDT 2020
kcc added inline comments.
================
Comment at: compiler-rt/test/asan/TestCases/invalid-pointer-pairs-subtract-success.cpp:26
// Stack variable.
char stack[10000];
----------------
kcc wrote:
> If the behavior depends on the size of the stack variable, I'd prefer to extend the test to have both cases.
any thoughts on this comment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89552/new/
https://reviews.llvm.org/D89552
More information about the llvm-commits
mailing list