Draft: Ticket40254 045 01
2 unresolved threads
2 unresolved threads
Merge request reports
Activity
changed milestone to %Tor: 0.4.5.x-stable
mentioned in issue #40254 (closed)
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"); changed this line in version 2 of the diff
Ah yes indeed... used to have more text but I simplified it and forgot to remove the asprintf
Fixup: 9eee8659
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, ¤t, 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...
added 1 commit
- 9eee8659 - fixup! relay: Skip address discovery if no ORPort is found
marked this merge request as draft from dgoulet/tor@9eee8659
Please register or sign in to reply