소스 검색

Merge branch 'maint-0.2.5' into maint-0.2.6

Nick Mathewson 8 년 전
부모
커밋
b53ff86067
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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.