From 6f9e90101e64040bda38c34de884f3d996677ac9 Mon Sep 17 00:00:00 2001 From: John Brooks Date: Sat, 16 May 2015 19:50:18 -0600 Subject: Fix crash on HUP with mixed ephemeral services Ephemeral services will be listed in rend_services_list at the end of rend_config_services, so it must check whether directory is non-NULL before comparing. This crash happens when reloading config on a tor with mixed configured and ephemeral services. Fixes bug #16060. Bugfix on 0.2.7.1-alpha. --- changes/bug16060 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug16060 (limited to 'changes/bug16060') diff --git a/changes/bug16060 b/changes/bug16060 new file mode 100644 index 0000000000..eb0b50f7ed --- /dev/null +++ b/changes/bug16060 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden service): + - Fix a crash when reloading configuration while at least one + configured and one ephemeral hidden service exists. Fixes bug 16060; + bugfix on 0.2.7.1-alpha. -- cgit v1.2.3-54-g00ecf