summaryrefslogtreecommitdiff
path: root/changes/bug24279
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-18 11:23:41 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-18 11:23:41 -0500
commit2e590bac97b1b2009ea2bcf41a54cfa2dfc2b478 (patch)
tree3c25decb07b408ae6a7eca80fc228913c5d7d03c /changes/bug24279
parentfd40be15ef9d067486f98f2ffaf947ec6add2cf5 (diff)
downloadtor-2e590bac97b1b2009ea2bcf41a54cfa2dfc2b478.tar.gz
tor-2e590bac97b1b2009ea2bcf41a54cfa2dfc2b478.zip
Remove changes files that have already been merged in 0.3.2.x
Diffstat (limited to 'changes/bug24279')
-rw-r--r--changes/bug242795
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug24279 b/changes/bug24279
deleted file mode 100644
index ab2932b341..0000000000
--- a/changes/bug24279
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (compilation, hardening):
- - Fix a memory leak warning in one of the libevent-related
- configuration tests that could occur when manually specifying
- -fsanitize=address. Fixes bug 24279; bugfix on 0.3.0.2-alpha.
- Found and patched by Alex Xu.