]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix magic cookie reference in mc-manual.
authorMark Wielaard <mark@klomp.org>
Fri, 18 Dec 2020 17:23:42 +0000 (18:23 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 18 Dec 2020 17:30:05 +0000 (18:30 +0100)
The URL to the original C++ front-end for GCC internals document
disappeared. Replace it with an URL that still has a description of
the original magic cookie added by operator new [] by that frontend.

memcheck/docs/mc-manual.xml

index b70680014973cefb14a9f4c6a31182eb8a72c58c..4de7c3debcbde0dfd9035ddd350403ad9e76ff51 100644 (file)
@@ -488,7 +488,7 @@ several ways we know of that an interior-pointer can occur:</para>
     this case, some compilers store a "magic cookie" containing the array
     length at the start of the allocated block, and return a pointer to just
     past that magic cookie, i.e. an interior-pointer.
-    See <ulink url="http://theory.uwinnipeg.ca/gnu/gcc/gxxint_14.html">this
+    See <ulink url="https://docs.freebsd.org/info/gxxint/gxxint.info.Free_Store.html">this
     page</ulink> for more information.</para>
   </listitem>