From cd2e9fbe4bc88075a47fee92e0d758c6a4ffb90a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 15 Aug 2005 04:44:26 +0000 Subject: [PATCH] blah git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4423 --- docs/xml/quick-start-guide.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/xml/quick-start-guide.xml b/docs/xml/quick-start-guide.xml index a743950f3..2a45f9639 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).