]> git.ipfire.org Git - thirdparty/git.git/blobdiff - .tsan-suppressions
Merge branch 'fr_2.26.0' of github.com:jnavila/git
[thirdparty/git.git] / .tsan-suppressions
index 8c85014a0a936892f6832c68e3db646b6f9d2ea2..5ba86d68459e61f87dae1332c7f2402860b4280c 100644 (file)
@@ -8,3 +8,9 @@
 # in practice it (hopefully!) doesn't matter.
 race:^want_color$
 race:^transfer_debug$
+
+# A boolean value, which tells whether the replace_map has been initialized or
+# not, is read racily with an update. As this variable is written to only once,
+# and it's OK if the value change right after reading it, this shouldn't be a
+# problem.
+race:^lookup_replace_object$