|
From: <sv...@va...> - 2005-08-15 04:44:28
|
Author: njn Date: 2005-08-15 05:44:26 +0100 (Mon, 15 Aug 2005) New Revision: 4423 Log: blah Modified: trunk/docs/xml/quick-start-guide.xml Modified: trunk/docs/xml/quick-start-guide.xml =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/xml/quick-start-guide.xml 2005-08-15 04:40:57 UTC (rev 442= 2) +++ trunk/docs/xml/quick-start-guide.xml 2005-08-15 04:44:26 UTC (rev 442= 3) @@ -188,7 +188,8 @@ =20 <para>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.</para> +allocated statically or on the stack. But it should detect every error = that +could crash your program (eg. cause a segmentation fault).</para> </sect1> =20 <sect1 id=3D"quick-start.info" xreflabel=3D"More Information"> |