summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-08 09:44:01 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-08 09:44:01 -0500
commitb585cf3ca38a947450cafacaef4d85db6c377635 (patch)
tree9460090c7ea279abb47e6572f998d13da8e9f6e6 /changes
parent95c03b29de3f6e8c67c7638a9de16ddaa4731948 (diff)
parenteeb9751eadd148e5077cedb28f75e756b47281c0 (diff)
downloadtor-b585cf3ca38a947450cafacaef4d85db6c377635.tar.gz
tor-b585cf3ca38a947450cafacaef4d85db6c377635.zip
Merge branch 'maint-0.2.7'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug177813
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug17781 b/changes/bug17781
new file mode 100644
index 0000000000..01ed231b0a
--- /dev/null
+++ b/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.