diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-12-14 21:15:02 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-12-17 01:38:29 +0000 |
commit | f717d5936c522b6be978b9bb3f88d2750658fa08 (patch) | |
tree | 3acf82feb974625ef1c484cacf2333fb28b6f522 /src/platform | |
parent | Merge pull request #6057 (diff) | |
download | monero-f717d5936c522b6be978b9bb3f88d2750658fa08.tar.xz |
wallet2: guard against race with multiple decrypt_keys users
If more than one thread wants to make sure of the spend secret key,
then we decrypt on the first caller and reencrypt on the last caller,
otherwise we could use an invalid secret key.
Diffstat (limited to 'src/platform')
0 files changed, 0 insertions, 0 deletions