From: jakub Date: Wed, 23 Jan 2019 13:18:50 +0000 (+0000) Subject: PR sanitizer/89010 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=047ecb201c1b94be249ff86ae0859351e40ad190;p=thirdparty%2Fgcc.git PR sanitizer/89010 * libsanitizer/README.gcc: Update to current https URLs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268183 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index aa34be55cbcb..28c645b58507 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,6 +1,11 @@ +2019-01-23 Jonny Grant + + PR sanitizer/89010 + * libsanitizer/README.gcc: Update to current https URLs. + 2018-12-27 Martin Liska - PR sanitizer/86229 + PR sanitizer/86229 * asan/asan_errors.cc (ErrorAllocTypeMismatch::Print): Cherry pick rL350085. * asan/asan_errors.h (struct ErrorAllocTypeMismatch): Likewise. diff --git a/libsanitizer/README.gcc b/libsanitizer/README.gcc index 02698eb5c358..ec491ba4bf8f 100644 --- a/libsanitizer/README.gcc +++ b/libsanitizer/README.gcc @@ -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