Browse Source

Merge branch 'maint-0.2.5' into maint-0.2.6

Nick Mathewson 8 years ago
parent
commit
b53ff86067
1 changed files with 3 additions and 0 deletions
  1. 3 0
      changes/bug17781

+ 3 - 0
changes/bug17781

@@ -0,0 +1,3 @@
+  o Compilation fixes:
+    - Fix a compilation warning with Clang 3.6: Do not check the
+      presence of an address which can never be NULL. Fixes bug 17781.