From 97365bada64c27a40004c55793ff8988e59adf35 Mon Sep 17 00:00:00 2001 From: Philippe Waroquiers Date: Sat, 15 Sep 2018 18:00:57 +0200 Subject: [PATCH] Do not mention VALGRIND_DISABLE_ADDR_ERROR_REPORTING_IN_RANGE to bypass shared memory definedness false positive as when the error is reported (e.g. conditional jump), it is not known anymore that this originates from which memory range. --- memcheck/docs/mc-manual.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index 514d63581f..eb1dfab272 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -1581,8 +1581,7 @@ mapping. The bypass for these false positives is to use Memcheck's client requests VALGRIND_MAKE_MEM_DEFINED and VALGRIND_MAKE_MEM_UNDEFINED to inform Memcheck about what your program does (or what another process does) -to these shared memory mappings. Alternatively, you can also use -VALGRIND_DISABLE_ADDR_ERROR_REPORTING_IN_RANGE. +to these shared memory mappings. -- 2.47.2