It looks FindDynamicShadowStart has a bug: When iterating over the memory map, we will not consider the very last gap in the address space. Let's fix that.
Details
Details
- Reviewers
eugenis filcab fjricci george.karpenkov vitalybuka - Commits
- rGd102535cf863: [asan] Fix macOS FindDynamicShadowStart to consider the last gap in the VM map
rCRT319348: [asan] Fix macOS FindDynamicShadowStart to consider the last gap in the VM map
rL319348: [asan] Fix macOS FindDynamicShadowStart to consider the last gap in the VM map
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime