diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-02-14 15:33:42 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-04-10 16:07:46 +0200 |
commit | 438a1fb7c1a6437298fed95ec440dec7cb96f815 (patch) | |
tree | 886e823c0b1828693444779a33dfa60b3c229190 /src/buildtool/build_engine/expression/evaluator.cpp | |
parent | b2ec8d5234e5b6e0a53618f3d8ae3377150836f4 (diff) | |
download | justbuild-438a1fb7c1a6437298fed95ec440dec7cb96f815.tar.gz |
atomic: Fix potential race
... as any unguarded access to non-const members of the same
shared_ptr instance require the use of `atomic_load` and
`atomic_store`.
(cherry picked from commit bda3dabe37fdde648f90ce5aa4b20d7336570cf0)
Diffstat (limited to 'src/buildtool/build_engine/expression/evaluator.cpp')
0 files changed, 0 insertions, 0 deletions