1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 11:03:15 +00:00
Files
rclone/cmd/bisync/bilib
Nick Craig-Wood 9b5e6a7e91 bisync: fix race when CaptureOutput is used concurrently #8815
Before this change CaptureOutput could trip the race detector when
used concurrently. In particular if go routines using the logging are
outlasting the return from `fun()`.

This fixes the problem with a mutex.
2025-09-24 10:24:30 +01:00
..