aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-11 11:51:06 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-11 11:51:06 -0400
commit6247f5a5ba6d300cd64a2639296c3514dcb70066 (patch)
treeb582e7659ca3816de9fe9883206bca4f193c430b /changes
parent133e1e870bd59e3a89d5a7712983d3f9bf35f7c3 (diff)
parent72832086e2144158308b30133aa15b39f0d2eb5d (diff)
downloadtor-6247f5a5ba6d300cd64a2639296c3514dcb70066.tar.gz
tor-6247f5a5ba6d300cd64a2639296c3514dcb70066.zip
Merge branch 'maint-0.3.1'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug231554
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23155 b/changes/bug23155
new file mode 100644
index 0000000000..4c24ab136c
--- /dev/null
+++ b/changes/bug23155
@@ -0,0 +1,4 @@
+ 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.