]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
manual: fix broken link to info on gxx free store
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 10 Jul 2024 06:49:55 +0000 (08:49 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 10 Jul 2024 06:49:55 +0000 (08:49 +0200)
memcheck/docs/mc-manual.xml

index a6fc9cf75c6b35f7d10a87336a41f0f38941dd69..981ce710fc5c234056f341420f830283fd3417cf 100644 (file)
@@ -592,7 +592,12 @@ 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.
+    <!--
+    The link below is to an old C++ feature and has rotted away.
+    There are various copies around the web, probably also likely to rot.
     See <ulink url="https://docs.freebsd.org/info/gxxint/gxxint.info.Free_Store.html">this
+    -->
+    See <ulink url="https://www.math.utah.edu/docs/info/gxxint_1.html#SEC17">this
     page</ulink> for more information.</para>
   </listitem>