mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
0069d14753
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>
5 lines
232 B
Plaintext
5 lines
232 B
Plaintext
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.
|