summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-25 13:46:34 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-25 13:46:34 -0500
commit3687526c668adc7a7d2d19db66d65b3978b6b97d (patch)
tree43e3b62cea4869914611949cc162cae350f4231a /changes
parent7a782820e92cef57afcea6c6936d102d6f4512fe (diff)
parentb76b9d77d39efb0e06e9a19de1bf1bc2e76a5f99 (diff)
downloadtor-3687526c668adc7a7d2d19db66d65b3978b6b97d.tar.gz
tor-3687526c668adc7a7d2d19db66d65b3978b6b97d.zip
Merge remote-tracking branch 'teor/bug18384'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug183845
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug18384 b/changes/bug18384
new file mode 100644
index 0000000000..78befcabaa
--- /dev/null
+++ b/changes/bug18384
@@ -0,0 +1,5 @@
+ o Minor bugfixes (crypto, static analysis):
+ - Silence spurious clang-scan warnings in the ed25519_donna code
+ by explicitly initialising some objects.
+ Fixes bug 18384; bugfix on 0f3eeca9 in 0.2.7.2-alpha.
+ Patch by "teor".