• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

torproject / tor / 10350
66%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2020 05:57PM UTC
Jobs 1
Files 944
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
10350

cron

travis-ci

dgoulet-tor
<a href="https://github.com/torproject/tor/commit/<a class=hub.com/torproject/tor/commit/d425dbf04a6bbac7eae832bf51c2bfe061e2c426">d425dbf04<a href="https://github.com/torproject/tor/commit/d425dbf04a6bbac7eae832bf51c2bfe061e2c426">&quot;&gt;port: Don&amp;#39;t ignore ports of a different family

Commit </a><a class="double-link" href="https://github.com/torproject/tor/commit/<a class="double-link" href="https://github.com/torproject/tor/commit/c3a0f757964de0e8a24911d72abff5df20bb323c">c3a0f7579</a>">c3a0f7579</a><a href="https://github.com/torproject/tor/commit/d425dbf04a6bbac7eae832bf51c2bfe061e2c426"> added this feature for ORPort
that we ignore any port that is not the family of our default address when
parsing the port. So if port_parse_config() was called with an IPv4 default
address, all IPv6 address would be ignored.

That makes sense for ORPort since we call twice port_parse_config() for
0.0.0.0 and [::] but for the rest of the ports, it is not good since a
perfectly valid configuration can be:

  SocksPort 9050
  SocksPort [::1]:9050

Any non-ORPort only binds by default to an IPv4 except the ORPort that binds
to both IPv4 and IPv6 by default.

The fix here is to always parse all ports within port_parse_config() and then,
specifically for ORPort, remove the duplicates or superseding ones. The
warning is only emitted when a port supersedes another.

A unit tests is added to make sure SocksPort of different family always exists
together.

Fixes #40183

Signed-off-by: David Goulet <dgoulet@torproject.org>

6 of 6 new or added lines in 2 files covered. (100.0%)

51932 of 80485 relevant lines covered (64.52%)

40536.09 hits per line

Jobs
ID Job ID Ran Files Coverage
9 10350.9 (MAKEFLAGS="-k -j 2" HARDENING_OPTIONS="--enable-all-bugs-are-fatal --enable-expensive-hardening" ASCIIDOC_OPTIONS="--disable-asciidoc" RUST_VERSION="1.31.0" CHUTNEY_TOR_SANDBOX="0" CHUTNEY_MAKE="test-network-all" COVERAGE_OPTIONS="--enable-coverage" HARDENING_OPTIONS="" TOR_TEST_RNG_SEED="636f766572616765") 16 Nov 2020 05:58PM UTC 0
64.52
Travis Job 10350.9
Source Files on build 10350
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10350
  • d425dbf0 on github
  • Prev Build on master (#10348)
  • Next Build on master (#10360)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc