diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-03-19 20:04:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-03-20 07:56:26 -0400 |
commit | c478dc9b2f6c320cc21a10ffed0d7cc245fa933c (patch) | |
tree | 6af50e46872357a9e2f1a871c3206f960e570447 /changes | |
parent | 250b8499b89217493d1b41c241ec81ae4e0fe206 (diff) | |
download | tor-c478dc9b2f6c320cc21a10ffed0d7cc245fa933c.tar.gz tor-c478dc9b2f6c320cc21a10ffed0d7cc245fa933c.zip |
Set *have_low_ports_out from stub port_parse_ports_relay().
Previously we just ignored this option, which would leave it unset,
and cause an assertion failure later on when running with the User
option.
Fixes bug 33668; bugfix on 0.4.3.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33668 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33668 b/changes/bug33668 new file mode 100644 index 0000000000..2b0830d6d8 --- /dev/null +++ b/changes/bug33668 @@ -0,0 +1,4 @@ + o Minor bugfixes (--disable-module-relay): + - Fix an assertion failure when Tor is build without the relay module, + and then invoked with the "User" option. Fixes bug 33668; bugfix on + 0.4.3.1-alpha. |