[PATCH] D57720: [sanitizer] Decorate /proc/self/maps on Android.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 17:11:51 PST 2019
eugenis added a comment.
Btw, I've pushed the RSS utility here:
https://github.com/google/sanitizers/blob/master/hwaddress-sanitizer/scan.cc
It depends on this change to find the shadow region. It is hwasan-specific, but can be easily adapted to other sanitizers if needed.
It's also really ugly, but I don't want to invest time in beautifying it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57720/new/
https://reviews.llvm.org/D57720
More information about the llvm-commits
mailing list