tor/changes
David Goulet d04a27bed2 config: Really ignore non ORPorts when removing duplicates
The function in charge of removing duplicate ORPorts from our configured ports
was skipping all non ORPorts port but only for the outer loop thus resulting
in comparing an ORPort with a non-ORPort which lead to problems.

For example, tor configured with the following would fail:

  ORPort auto
  DirPort auto

Both end up being the same configuration except that one is a OR listener and
one is a Dir listener. Thus because of the missing check in the inner loop,
they looked exactly the same and thus one is removed.

Fixes #40195

Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-11-17 09:40:16 -05:00
..
.dummy Add a .dummy file in the changes directory to stop git from removing it 2015-05-11 11:41:48 -04:00
bug30187 Implement WIN32 tor_cond_wait using condition variables #30187 2020-11-01 03:10:25 +00:00
bug32880 Use connection_or_change_state() in v3 handshaking state change 2020-11-12 12:06:34 -05:00
bug40015 Avoid asserts with flag 2020-10-27 14:47:42 -07:00
bug40172 changes file for bug 40172. 2020-11-10 17:29:37 -05:00
bug40177 Fix another duplicate typedef. 2020-11-02 07:15:10 -05:00
bug40179_part1 Handle a change in the implementation of hashlib in Python 3.9 2020-11-05 09:34:36 -05:00
bug40187 Fake the current time when we're loading TEST_DESCRIPTORS. 2020-11-12 09:28:27 -05:00
ticket18888 Log a warning if Tor was built with any "risky" compile-time options 2020-10-28 11:34:30 -04:00
ticket22473 Remove "GETINFO network-status". 2020-10-28 11:48:23 -04:00
ticket32178 Revise fix for bug 32178 (spaces at end of log msg). 2020-10-28 09:41:51 -04:00
ticket40071 changes: Add file for #40071 2020-11-17 07:58:26 -05:00
ticket40165 Changes file for #40165 (openssl deprecation warnings) 2020-10-28 10:34:22 -04:00
ticket40170 Fix a previously overstrict log message check. 2020-10-28 10:47:39 -04:00
ticket40174 configure: Check STAP_PROBEV macro when building with USDT tracing 2020-11-03 09:05:53 -05:00
ticket40183 port: Don't ignore ports of a different family 2020-11-13 08:38:22 -05:00
ticket40195 config: Really ignore non ORPorts when removing duplicates 2020-11-17 09:40:16 -05:00