This specifically addresses the Mach-O zero page, which we cannot read from.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/sanitizer_common/sanitizer_linux_libcdep.cc | ||
---|---|---|
449 ↗ | (On Diff #95202) | bool readable = phdr->p_flags & PF_R; and use it later |
lib/sanitizer_common/sanitizer_procmaps_common.cc | ||
145 ↗ | (On Diff #95202) | Maybe "prot & kProtectionRead"? |
lib/sanitizer_common/sanitizer_procmaps_mac.cc | ||
266 ↗ | (On Diff #95202) | Maybe "prot & kProtectionRead"? |