From: Ivo Raisr Date: Mon, 28 Aug 2017 06:00:12 +0000 (+0200) Subject: Mention AddrCheck at Memcheck's command line option --undef-value-errors=no X-Git-Tag: VALGRIND_3_14_0~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b0936752953f71714fe936cab55261b67f1e7a;p=thirdparty%2Fvalgrind.git Mention AddrCheck at Memcheck's command line option --undef-value-errors=no --- diff --git a/NEWS b/NEWS index 446a7fa2d6..316beaf4fe 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 b6997ea221..de8c2eaf64 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -941,8 +941,9 @@ is Controls whether Memcheck reports uses of undefined value errors. Set this to no 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 + .