mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-14 10:24:12 -04:00
The main race was possible concurrent access to unordered_map which could corrupt internal state. Our global variables were also not atomically updated. DownloadWorkerThread also returned true on error, which could cause the updater to proceed without all updates being downloaded which would then fail at the install stage.
11 KiB
11 KiB