From: Nicholas Nethercote Date: Mon, 15 Aug 2005 04:44:26 +0000 (+0000) Subject: blah X-Git-Tag: svn/VALGRIND_3_1_0~595 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd2e9fbe4bc88075a47fee92e0d758c6a4ffb90a;p=thirdparty%2Fvalgrind.git blah git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4423 --- diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml index a743950f33..2a45f96392 100644 --- a/docs/xml/quick-start-guide.xml +++ b/docs/xml/quick-start-guide.xml @@ -188,7 +188,8 @@ messages produced by a compiler, right? Memcheck also cannot detect every memory error your program has. For example, it can't detect if you overrun the bounds of an array that is -allocated statically or on the stack. +allocated statically or on the stack. But it should detect every error that +could crash your program (eg. cause a segmentation fault).