diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-07 14:31:13 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-07 14:31:13 -0400 |
| commit | 2fa2796f2abbf48e1f8c6b10a7a0fd99e6985862 (patch) | |
| tree | b54105e958472973023258bec9776542673df1e0 /node/Network.cpp | |
| parent | 343b7f44fc52e6f467b75100cb670b1a4ae48d75 (diff) | |
| download | infinitytier-2fa2796f2abbf48e1f8c6b10a7a0fd99e6985862.tar.gz infinitytier-2fa2796f2abbf48e1f8c6b10a7a0fd99e6985862.zip | |
Another tweak, hopefully final, to reduce variance on identity generation times.
Diffstat (limited to 'node/Network.cpp')
| -rw-r--r-- | node/Network.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index d5241de4..d3b0b6c9 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -93,6 +93,7 @@ void Network::CertificateOfMembership::fromString(const char *s) { _qualifiers.clear(); _signedBy.zero(); + memset(_signature.data,0,_signature.size()); unsigned int colonAt = 0; while ((s[colonAt])&&(s[colonAt] != ':')) ++colonAt; |
