|
From: <sv...@va...> - 2005-08-15 04:44:11
|
Author: njn Date: 2005-08-15 05:44:10 +0100 (Mon, 15 Aug 2005) New Revision: 179 Log: blah Modified: trunk/docs/quick-start.html Modified: trunk/docs/quick-start.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/quick-start.html 2005-08-15 04:41:34 UTC (rev 178) +++ trunk/docs/quick-start.html 2005-08-15 04:44:10 UTC (rev 179) @@ -175,7 +175,8 @@ messages produced by a compiler, right?</p> <p>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.</p> +allocated statically or on the stack. But it should detect every error = that +could crash your program (eg. cause a segmentation fault).</p> </div> <div class=3D"sect1" lang=3D"en"> <div class=3D"titlepage"> |