]> Kevux Git Server - rit/commit
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)
commit43e74ecf1b65b7bc15e629c756bd550e2fd03532
tree073272e75ee6c3ab864799b9bc570d29c36bf505
parent4621f8ce5e9b97aa2e8d0d9ffe9d25df2471074d
parent85704eda1820b350a9916b17d6d25fa33f68207d
Merge branch 'ps/transport-helper-tsan-fix'

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()
transport-helper.c