summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-27 18:25:52 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-27 18:25:52 -0400
commitfa6eaab83e05a11b60735f7bf4064b05e7085230 (patch)
treeb3ac400212c8d950d6a9f97cfe0fafa3212668fa /changes
parent979c7e5c83531089aa4bf3998ae3353fbdd2031d (diff)
parentddee28a3c9b9dd256cd6560a4766f17a6c6fc13d (diff)
downloadtor-fa6eaab83e05a11b60735f7bf4064b05e7085230.tar.gz
tor-fa6eaab83e05a11b60735f7bf4064b05e7085230.zip
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug256293
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug25629 b/changes/bug25629
new file mode 100644
index 0000000000..190928a941
--- /dev/null
+++ b/changes/bug25629
@@ -0,0 +1,3 @@
+ o Minor bugfixes (C correctness):
+ - Fix a very unlikely null pointer dereference. Fixes bug 25629;
+ bugfix on 0.2.9.15. Found by Coverity; this is CID 1430932.