mirror of
https://github.com/rclone/rclone.git
synced 2026-09-21 21:36:03 -04:00
Handle read the list of extra outputs without holding the mutex, so calling AddOutput while logging caused a data race. This reads the extra outputs once under the mutex.