summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-01-18 12:53:01 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-01-18 12:53:01 -0500
commit0069d14753e6050cc20ccd2009b3e04ab8426497 (patch)
tree0a09d4fa121e1248ff471f0a41b8ba9a34c13689 /changes
parentfa00f2dce5a93164e36860794b75c595067c2f63 (diff)
downloadtor-0069d14753e6050cc20ccd2009b3e04ab8426497.tar.gz
tor-0069d14753e6050cc20ccd2009b3e04ab8426497.zip
circuit: Make circuit_build_times_disabled take an or_options_t
That way, when we are parsing the options and LearnCircuitBuildTimeout is set to 0, we don't assert trying to get the options list with get_options(). Fixes #21062 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug210624
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21062 b/changes/bug21062
new file mode 100644
index 0000000000..3297e1e95e
--- /dev/null
+++ b/changes/bug21062
@@ -0,0 +1,4 @@
+ o Minor bugfixex (config):
+ - Don't assert when trying to get the options list when
+ LearnCircuitBuildTimeout is set to 0 and we are actually currently
+ parsing the options. Fixes #21062; bugfix on tor-0.2.9.3-alpha.