diff options
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 3511b52..71c9bb2 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -39,7 +39,9 @@ fun:fflush # Looks like they write zero to a global variable which # value is already zero. I.e. the race is benign. # Global var is _ZNSs4_Rep20_S_empty_rep_storageE -fun:*_M_mutateEjjj +fun:*_M_mutateE* +# A similar report on another std::string member. +fun:*_M_set_length_and_sharable* # Don't instrument intercepts src:*ts_valgrind_intercepts.c |