From ca6aacce16ce057bab71900e078a24fcd63d250f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 24 Jun 2013 09:56:25 -0400 Subject: 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. --- changes/bug9122 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug9122 (limited to 'changes/bug9122') 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. -- cgit v1.2.3