[PATCH] D15079: [asan] Reports suppressions for ASan recovery mode (LLVM core part).
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 12:57:37 PST 2015
kcc added a comment.
> You mean poison shadow of return address with some meaningful value? This would work although I'm scared of shared libraries (e.g. if they are unmapped, etc.).
No. You can just remember the return address in an array, and when reporting another bug consult that array.
Repository:
rL LLVM
http://reviews.llvm.org/D15079
More information about the llvm-commits
mailing list