Page MenuHomePhorge

D9562.1768798685.diff
No OneTemporary

Size
621 B
Referenced Files
None
Subscribers
None

D9562.1768798685.diff

diff --git a/native/cpp/CommonCpp/CryptoTools/CryptoModule.h b/native/cpp/CommonCpp/CryptoTools/CryptoModule.h
--- a/native/cpp/CommonCpp/CryptoTools/CryptoModule.h
+++ b/native/cpp/CommonCpp/CryptoTools/CryptoModule.h
@@ -34,6 +34,10 @@
CryptoModule(std::string id);
CryptoModule(std::string id, std::string secretKey, Persist persist);
+ // CryptoModule's accountBuffer cannot be safely copied
+ // See explanation in https://phab.comm.dev/D9562
+ CryptoModule(const CryptoModule &) = delete;
+
static Keys keysFromStrings(
const std::string &identityKeys,
const std::string &oneTimeKeys);

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 19, 4:58 AM (5 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954465
Default Alt Text
D9562.1768798685.diff (621 B)

Event Timeline