]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Mention AddrCheck at Memcheck's command line option --undef-value-errors=no
authorIvo Raisr <ivosh@ivosh.net>
Mon, 28 Aug 2017 06:00:12 +0000 (08:00 +0200)
committerIvo Raisr <ivosh@ivosh.net>
Mon, 28 Aug 2017 10:43:34 +0000 (12:43 +0200)
NEWS
memcheck/docs/mc-manual.xml

diff --git a/NEWS b/NEWS
index 446a7fa2d6dddaac7ad9ed3543ca28818810dcf5..316beaf4fe6f41d2092d0f820496d44eb34c6e17 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,7 @@ where XXXXXX is the bug number as listed below.
 382515  "Assertion 'di->have_dinfo' failed." on wine's dlls/mscoree/tests/mscoree.c
 382998  xml-socket doesn't work
 383275  massif valgrind: m_xarray.c:162 (ensureSpaceXA): Assertion '!xa->arr' failed
+384096  Mention AddrCheck at Memcheck's command line option --undef-value-errors=no
 
 Release 3.13.0 (15 June 2017)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index b6997ea221971106972476c5d0ada61f3bd7583f..de8c2eaf6482d637592653e5b23e0eb80e11281b 100644 (file)
@@ -941,8 +941,9 @@ is <option>--errors-for-leak-kinds=definite,possible</option>
       <para>Controls whether Memcheck reports
       uses of undefined value errors.  Set this to
       <varname>no</varname> if you don't want to see undefined value
-      errors.  It also has the side effect of speeding up
-      Memcheck somewhat.
+      errors. It also has the side effect of speeding up Memcheck somewhat.
+      AddrCheck (removed in Valgrind 3.1.0) functioned like Memcheck with
+      <option>--undef-value-errors=no</option>.
       </para>
     </listitem>
   </varlistentry>