Staging
v0.5.1
Revision ba6f0905fdb9e65c1ac5fbc79c9a4ef0b59b3e68 authored by Jonathan Nieder on 19 April 2020, 23:24:14 UTC, committed by Jonathan Nieder on 19 April 2020, 23:24:14 UTC
This merges up the security fix from v2.17.5.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
2 parent s 21a3e50 + df5be6d
Raw File
.tsan-suppressions
# Suppressions for ThreadSanitizer (tsan).
#
# This file is used by setting the environment variable TSAN_OPTIONS to, e.g.,
# "suppressions=$(pwd)/.tsan-suppressions". Observe that relative paths such as
# ".tsan-suppressions" might not work.

# A static variable is written to racily, but we always write the same value, so
# in practice it (hopefully!) doesn't matter.
race:^want_color$
race:^transfer_debug$
back to top