diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-08 09:43:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-08 09:43:25 -0500 |
commit | b53ff8606714c2f94d251a40c1a073bca760495e (patch) | |
tree | e2bbe1ff4794fc0a97d754b90224909f8627e064 /changes | |
parent | 089ee13534b8e1acf053154562debbcdcfc92d07 (diff) | |
parent | 432852577000ab5eb07ae3ca961a36e5f6e796ba (diff) | |
download | tor-b53ff8606714c2f94d251a40c1a073bca760495e.tar.gz tor-b53ff8606714c2f94d251a40c1a073bca760495e.zip |
Merge branch 'maint-0.2.5' into maint-0.2.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug17781 | 3 |
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. |