On Wed, Jan 23, 2019 at 11:30:29AM +0000, Jonny Grant wrote: > Not a member of this list, please include my email address in any replies. > > > 2019-01-23 Jonny Grant <j...@jguk.org> > > PR 89010
PR sanitizer/89010 is what should be used. > * libsanitizer/README.gcc: Update to current https URLs And period at the end of the above line. Committed to trunk with those changes, thanks. > Index: trunk/libsanitizer/README.gcc > =================================================================== > --- trunk/libsanitizer/README.gcc (revision 268180) > +++ trunk/libsanitizer/README.gcc (working copy) > @@ -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 Jakub