aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-02-25 13:57:04 +0800
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-02-25 13:57:04 +0800
commitb76b9d77d39efb0e06e9a19de1bf1bc2e76a5f99 (patch)
tree3508ca2ce9e0f18a30d90673dbe1abe54d7ec839
parent9ab1037de1c03b4a41186a1318674c2c3fa6d779 (diff)
downloadtor-b76b9d77d39efb0e06e9a19de1bf1bc2e76a5f99.tar.gz
tor-b76b9d77d39efb0e06e9a19de1bf1bc2e76a5f99.zip
Changes file for bug 18384: bugfix on 0f3eeca9 in 0.2.7.2-alpha.
-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".