Skip to content
Snippets Groups Projects

Draft: Ticket40254 045 01

Closed David Goulet requested to merge dgoulet/tor:ticket40254_045_01 into maint-0.4.5
2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
317 321 resolved_addr_get_last(AF_INET6, &cache_addr);
318 322 tt_assert(tor_addr_eq(&ipv6_addr, &cache_addr));
319 323
324 /* Setup ORPort config. */
325 {
326 int n, w, r;
327 char *orport_line = NULL, *msg = NULL;
328
329 tor_asprintf(&orport_line, "9001");
  • Nick Mathewson
    Nick Mathewson @nickm started a thread on commit 1f6b0884
  • 2671 2671 previous = &my_ri->ipv6_addr;
    2672 2672 }
    2673 2673
    2674 /* Ignore returned value because we want to notice not only an address
    2675 * change but also if an address is lost (current == UNSPEC). */
    2676 bool found = find_my_address(get_options(), family, LOG_INFO, &current,
  • Thanks, @dgoulet! I've added a couple of questions here. Also there seems to be a leak-related failure in the CI pipeline. I'm investigating that a little more...

  • The leak seems unrelated...

  • Do you think this means we should do one last rc on monday if we merge this?

  • David Goulet added 1 commit

    added 1 commit

    • 9eee8659 - fixup! relay: Skip address discovery if no ORPort is found

    Compare with previous version

  • David Goulet marked this merge request as draft from dgoulet/tor@9eee8659

    marked this merge request as draft from dgoulet/tor@9eee8659

  • ok, squashed and merged!

  • Please register or sign in to reply
    Loading