]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 18384: bugfix on 0f3eeca9 in 0.2.7.2-alpha.
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Thu, 25 Feb 2016 05:57:04 +0000 (13:57 +0800)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Thu, 25 Feb 2016 05:57:04 +0000 (13:57 +0800)
changes/bug18384 [new file with mode: 0644]

diff --git a/changes/bug18384 b/changes/bug18384
new file mode 100644 (file)
index 0000000..78befca
--- /dev/null
@@ -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".