summaryrefslogtreecommitdiff
path: root/lib/asan/asan_rtl.cc
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2015-12-04 17:37:40 +0000
committerAlexander Potapenko <glider@google.com>2015-12-04 17:37:40 +0000
commit12c13397e710a7feeafbbc7d2cf8f5f79fbeb777 (patch)
treee1acbf23cebb486736abba097dbfcf49b60831e7 /lib/asan/asan_rtl.cc
parent5cfd349944304734efd6838cf06426ee79221dec (diff)
[ASan] Fix the links to bugs and wikipages.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_rtl.cc')
-rw-r--r--lib/asan/asan_rtl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_rtl.cc b/lib/asan/asan_rtl.cc
index c22add53d..7b8b5dd9b 100644
--- a/lib/asan/asan_rtl.cc
+++ b/lib/asan/asan_rtl.cc
@@ -605,7 +605,7 @@ void NOINLINE __asan_handle_no_return() {
"stack top: %p; bottom %p; size: %p (%zd)\n"
"False positive error reports may follow\n"
"For details see "
- "http://code.google.com/p/address-sanitizer/issues/detail?id=189\n",
+ "https://github.com/google/sanitizers/issues/189\n",
top, bottom, top - bottom, top - bottom);
return;
}