소스 검색

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

teor (Tim Wilson-Brown) 9 년 전
부모
커밋
b76b9d77d3
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      changes/bug18384

+ 5 - 0
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".