summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-08 09:43:42 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-08 09:43:42 -0500
commiteeb9751eadd148e5077cedb28f75e756b47281c0 (patch)
treee427ef759e431c424828923afaa4c78826813151
parente9bf584694a592852293b945575d17ea4c3b742b (diff)
parentb53ff8606714c2f94d251a40c1a073bca760495e (diff)
downloadtor-eeb9751eadd148e5077cedb28f75e756b47281c0.tar.gz
tor-eeb9751eadd148e5077cedb28f75e756b47281c0.zip
Merge branch 'maint-0.2.6' into maint-0.2.7
-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.