From: Nicholas Nethercote Date: Tue, 27 Sep 2005 18:52:39 +0000 (+0000) Subject: wibbles X-Git-Tag: svn/VALGRIND_3_1_0~439 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=737ff99047b5105b262fcd876cb6ac931d001ff4;p=thirdparty%2Fvalgrind.git wibbles git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4788 --- diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml index 2a45f96392..ea0d74ffe4 100644 --- a/docs/xml/quick-start-guide.xml +++ b/docs/xml/quick-start-guide.xml @@ -132,14 +132,14 @@ Things to notice: - The addresses (eg. 0x804838F) are usually unimportant, but occasionally - crucial for tracking down weirder bugs. + The code addresses (eg. 0x804838F) are usually unimportant, but + occasionally crucial for tracking down weirder bugs. Some error messages have a second component which describes the memory address involved. This one shows that the written memory is just past - the end of a block allocated with malloc() on line 7 of example.c. + the end of a block allocated with malloc() on line 5 of example.c.