[PATCH] D32045: Scan Kernel Alloc Once page for global pointers
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 10:20:33 PDT 2017
alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/lsan/lsan_common_mac.cc:138
+ if (info.user_tag == VM_MEMORY_OS_ALLOC_ONCE) {
+ ScanRangeForPointers(address, address+size, frontier,
+ "GLOBAL", kReachable);
----------------
Add spaces: address + size
https://reviews.llvm.org/D32045
More information about the llvm-commits
mailing list