aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9122
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-24 09:56:25 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-24 12:53:37 -0400
commitca6aacce16ce057bab71900e078a24fcd63d250f (patch)
treee5ecc3d751f7d5f5b46a8f94a49c280d9da15e05 /changes/bug9122
parent7c4544e5a4780706dee65d2a3ff8c70000b55952 (diff)
downloadtor-ca6aacce16ce057bab71900e078a24fcd63d250f.tar
tor-ca6aacce16ce057bab71900e078a24fcd63d250f.tar.gz
Fix bug 9122: don't allow newdefaultoptions to be NULL
(This caused a crash that was reported as bug 9122, but the underlying behavior has been wrong for a while.) Fix on 0.2.3.9-alpha.
Diffstat (limited to 'changes/bug9122')
-rw-r--r--changes/bug91224
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug9122 b/changes/bug9122
new file mode 100644
index 000000000..5009da612
--- /dev/null
+++ b/changes/bug9122
@@ -0,0 +1,4 @@
+ o Major bugfixes:
+ - When receiving a new configuration file via the control port's
+ LOADCONF command, do not treat the defaults file as absent.
+ Fixes bug 9122; bugfix on 0.2.3.9-alpha.