Changes file for bug 18384: bugfix on 0f3eeca9 in 0.2.7.2-alpha.

This commit is contained in:
teor (Tim Wilson-Brown)
2016-02-25 13:57:04 +08:00
parent 9ab1037de1
commit b76b9d77d3
+5
View File
@@ -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".