aboutsummaryrefslogtreecommitdiff
path: root/src/nix/show-config.cc
diff options
context:
space:
mode:
authorYorick van Pelt <yorick@yorickvanpelt.nl>2023-08-11 12:00:31 +0200
committerYorick van Pelt <yorick@yorickvanpelt.nl>2023-08-11 12:00:31 +0200
commit2e5096e4f0959cb2974a17fe50ad5ad891b2384f (patch)
tree3c5d6feb6263a5b7b6c1e46c9fe13b9802207522 /src/nix/show-config.cc
parent1ffb26311b5d74e9f607ec31bee6c17bbae6fdae (diff)
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.
Diffstat (limited to 'src/nix/show-config.cc')
0 files changed, 0 insertions, 0 deletions