diff options
author | David Goulet <dgoulet@torproject.org> | 2017-01-18 12:53:01 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-01-18 12:53:01 -0500 |
commit | 0069d14753e6050cc20ccd2009b3e04ab8426497 (patch) | |
tree | 0a09d4fa121e1248ff471f0a41b8ba9a34c13689 /changes | |
parent | fa00f2dce5a93164e36860794b75c595067c2f63 (diff) | |
download | tor-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/bug21062 | 4 |
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. |