We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c501b4f commit b5f6ecdCopy full SHA for b5f6ecd
compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
@@ -235,7 +235,7 @@ void InitializePlatformEarly() {
235
}
236
// In some configurations, the max_vm is expanded, but much of this space is
237
// already mapped. TSAN will not work in this configuration.
238
- if (!MemoryRangeIsAvailable(HiAppMemEnd() - 1, HiAppMemEnd())) {
+ if (!MemoryRangeIsAvailable(HiAppMemEnd() - 1, HiAppMemEnd() - 1)) {
239
Report(
240
"ThreadSanitizer: Unsupported virtual memory layout: Address %p is "
241
"already mapped.\n",
0 commit comments