summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-22 15:45:37 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-22 15:45:37 -0500
commitef42c00cf0b3a10673a80dd8cf98c683fb68a33e (patch)
tree9f4560423336b006a9f474fffb44a911549b8038 /changes
parent1e9950847c1035244b0c15c50276b06014286e6b (diff)
downloadtor-ef42c00cf0b3a10673a80dd8cf98c683fb68a33e.tar.gz
tor-ef42c00cf0b3a10673a80dd8cf98c683fb68a33e.zip
asan does not like TO_CONN(NULL)
Diffstat (limited to 'changes')
-rw-r--r--changes/test_asan3
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/test_asan b/changes/test_asan
new file mode 100644
index 0000000000..ce0aa978ff
--- /dev/null
+++ b/changes/test_asan
@@ -0,0 +1,3 @@
+ o Testing:
+ - Fix several warnings from clang's address sanitizer produced in the
+ unit tests.