Merge branch 'maint-0.2.5' into maint-0.2.6

This commit is contained in:
Nick Mathewson 2015-12-08 09:43:25 -05:00
commit b53ff86067

3
changes/bug17781 Normal file
View File

@ -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.