summaryrefslogtreecommitdiff
path: root/changes/bug23155
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-05 10:43:17 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-05 10:43:17 -0400
commite2969759a74a04ac6caa39e4ffeb1ec636894186 (patch)
treeb3b46c6f0f16f91d651f1e9db60bc7e2aeaeb436 /changes/bug23155
parentccb671dc1cf8171a4f0df5940ba71b8cf89c04d3 (diff)
downloadtor-e2969759a74a04ac6caa39e4ffeb1ec636894186.tar.gz
tor-e2969759a74a04ac6caa39e4ffeb1ec636894186.zip
Remove changes files that are already merged in 0.3.1.6-rc
Diffstat (limited to 'changes/bug23155')
-rw-r--r--changes/bug231554
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/bug23155 b/changes/bug23155
deleted file mode 100644
index 4c24ab136c..0000000000
--- a/changes/bug23155
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes (stability):
- - Avoid crashing on double-free when unable to load or process
- an included file. Fixes bug 23155; bugfix on 0.3.1.1-alpha.
- Found with the clang static analyzer.