mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
blah
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4423
This commit is contained in:
@@ -188,7 +188,8 @@ messages produced by a compiler, right?</para>
|
||||
|
||||
<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>
|
||||
|
||||
<sect1 id="quick-start.info" xreflabel="More Information">
|
||||
|
||||
Reference in New Issue
Block a user