mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
651629cbdf
The function was never returning an error code on failure to parse the OutboundAddress* options. In the process, it was making our test_options_validate__outbound_addresses() not test the right thing. Fixes #23366 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
o Minor bugfixes (test):
|
|
- Fix a broken OutboundAddress option unit test because the parsing
|
|
function was never returning an error on failure. Fixes bug #23366.;
|
|
bugfix on tor-0.3.0.3-alpha.
|