Files
lix/src
Yorick van Pelt 2e5096e4f0 FileTransfer::download: fix use-after-move
std::move(state->data) and data.empty() were called in a loop, and
could run with no other threads intervening. Accessing moved objects
is undefined behavior, and could cause a crash.
2023-08-11 12:00:31 +02:00
..
2023-04-28 17:03:04 +02:00
2023-07-07 07:30:01 -04:00
2021-12-17 22:03:33 +01:00