From: teor (Tim Wilson-Brown) Date: Thu, 25 Feb 2016 05:57:04 +0000 (+0800) Subject: Changes file for bug 18384: bugfix on 0f3eeca9 in 0.2.7.2-alpha. X-Git-Tag: tor-0.2.8.2-alpha~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76b9d77d39efb0e06e9a19de1bf1bc2e76a5f99;p=thirdparty%2Ftor.git Changes file for bug 18384: bugfix on 0f3eeca9 in 0.2.7.2-alpha. --- 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".