From: Mark Wielaard Date: Fri, 18 Dec 2020 17:23:42 +0000 (+0100) Subject: Fix magic cookie reference in mc-manual. X-Git-Tag: VALGRIND_3_17_0~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f222e5df87120333357f175df6061a023b0b20c1;p=thirdparty%2Fvalgrind.git Fix magic cookie reference in mc-manual. 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. --- diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index b706800149..4de7c3debc 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -488,7 +488,7 @@ several ways we know of that an interior-pointer can occur: 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 this + See this page for more information.