|
From: Ivo R. <ir...@so...> - 2017-08-29 07:06:29
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=74b0936752953f71714fe936cab55261b67f1e7a commit 74b0936752953f71714fe936cab55261b67f1e7a Author: Ivo Raisr <iv...@iv...> Date: Mon Aug 28 08:00:12 2017 +0200 Mention AddrCheck at Memcheck's command line option --undef-value-errors=no Diff: --- NEWS | 1 + memcheck/docs/mc-manual.xml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 446a7fa..316beaf 100644 --- 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index b6997ea..de8c2ea 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -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> |