From 2ba58f275cef6ae70c0d6f5a94f8bd3ff99f1e5e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 16 May 2017 11:20:12 -0400 Subject: Fix crash when starting with LearnCircuitBuildTimeout 0. Before we've set our options, we can neither call get_options() nor networkstatus_get_latest_consensus(). Fixes bug 22252; bugfix on 4d9d2553baa6856b1d85ec26baa1ac3d2c24832a in 0.2.9.3-alpha. --- changes/bug22252 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug22252 (limited to 'changes') diff --git a/changes/bug22252 b/changes/bug22252 new file mode 100644 index 0000000000..42b9d8e095 --- /dev/null +++ b/changes/bug22252 @@ -0,0 +1,3 @@ + o Minor bugfixes (configuration): + - Do not crash when starting with LearnCircuitBuildTimeout 0. + Fixes bug 22252; bugfix on 0.2.9.3-alpha. -- cgit v1.2.3-54-g00ecf