summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-12-08 09:43:25 -0500
committerNick Mathewson <nickm@torproject.org>2015-12-08 09:43:25 -0500
commitb53ff8606714c2f94d251a40c1a073bca760495e (patch)
treee2bbe1ff4794fc0a97d754b90224909f8627e064
parent089ee13534b8e1acf053154562debbcdcfc92d07 (diff)
parent432852577000ab5eb07ae3ca961a36e5f6e796ba (diff)
downloadtor-b53ff8606714c2f94d251a40c1a073bca760495e.tar.gz
tor-b53ff8606714c2f94d251a40c1a073bca760495e.zip
Merge branch 'maint-0.2.5' into maint-0.2.6
-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.