summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-09-28 18:19:44 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-09-28 18:19:44 +0000
commita41b578635746d59e665655fc782a269833f1274 (patch)
treed108cc5d88ea71077ef6c9c8bf42f5a3c83c2fce
parent1f0fe88a1b3063a22a1b15ee131d5b1a6cfdd214 (diff)
downloadbcm5719-llvm-a41b578635746d59e665655fc782a269833f1274.tar.gz
bcm5719-llvm-a41b578635746d59e665655fc782a269833f1274.zip
[asan] Fix the bug number in the error message.
The link in the "Shadow memory range interleaves with an existing memory mapping" error message was pointing to the wrong bug. llvm-svn: 314441
-rw-r--r--compiler-rt/lib/asan/asan_shadow_setup.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_shadow_setup.cc b/compiler-rt/lib/asan/asan_shadow_setup.cc
index d65b27ee2e5..08c009184f8 100644
--- a/compiler-rt/lib/asan/asan_shadow_setup.cc
+++ b/compiler-rt/lib/asan/asan_shadow_setup.cc
@@ -85,7 +85,7 @@ static void MaybeReportLinuxPIEBug() {
#if SANITIZER_LINUX && (defined(__x86_64__) || defined(__aarch64__))
Report("This might be related to ELF_ET_DYN_BASE change in Linux 4.12.\n");
Report(
- "See https://github.com/google/sanitizers/issues/837 for possible "
+ "See https://github.com/google/sanitizers/issues/856 for possible "
"workarounds.\n");
#endif
}
OpenPOWER on IntegriCloud