re PR sanitizer/89010 (Update URLs in libsanitizer/README.gcc)
authorJonny Grant <jg@jguk.org>
Wed, 23 Jan 2019 13:18:50 +0000 (14:18 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 23 Jan 2019 13:18:50 +0000 (14:18 +0100)
PR sanitizer/89010
* libsanitizer/README.gcc: Update to current https URLs.

From-SVN: r268183

libsanitizer/ChangeLog
libsanitizer/README.gcc

index aa34be55cbcbc4f42927e96412603e294dca456b..28c645b5850787eeacac1838e8f96ec0d11243f7 100644 (file)
@@ -1,6 +1,11 @@
+2019-01-23  Jonny Grant  <jg@jguk.org>
+
+       PR sanitizer/89010
+       * libsanitizer/README.gcc: Update to current https URLs.
+
 2018-12-27  Martin Liska  <mliska@suse.cz>
 
-  PR sanitizer/86229
+       PR sanitizer/86229
        * asan/asan_errors.cc (ErrorAllocTypeMismatch::Print): Cherry
        pick rL350085.
        * asan/asan_errors.h (struct ErrorAllocTypeMismatch): Likewise.
index 02698eb5c358ad45be428fbd00fbb5195b6cef3e..ec491ba4bf8fa1986689729a97a302f846ca90a4 100644 (file)
@@ -1,9 +1,9 @@
-AddressSanitizer (http://code.google.com/p/address-sanitizer) and
-ThreadSanitizer (http://code.google.com/p/thread-sanitizer/) are
+AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are
 projects initially developed by Google Inc.
+
 Both tools consist of a compiler module and a run-time library.
 The sources of the run-time library for these projects are hosted at
-http://llvm.org/svn/llvm-project/compiler-rt in the following directories:
+https://llvm.org/svn/llvm-project/compiler-rt in the following directories:
   include/sanitizer
   lib/sanitizer_common
   lib/interception