|
From: Mark W. <ma...@so...> - 2020-12-18 17:30:39
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=f222e5df87120333357f175df6061a023b0b20c1 commit f222e5df87120333357f175df6061a023b0b20c1 Author: Mark Wielaard <ma...@kl...> Date: Fri Dec 18 18:23:42 2020 +0100 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: --- memcheck/docs/mc-manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:</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> |