]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/transport-helper-tsan-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 18:10:11 +0000 (11:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 18:10:11 +0000 (11:10 -0700)
The TSAN race in transfer_debug() within transport-helper.c has been
resolved by initializing the debug flag early in
bidirectional_transfer_loop() before spawning worker threads, allowing
the removal of a TSAN suppression.

* ps/transport-helper-tsan-fix:
  transport-helper: fix TSAN race in transfer_debug()

1  2 
transport-helper.c

Simple merge