Loading ChangeLog +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ Changes in version 0.2.0.12-alpha - 2007-11-?? - Make it build on OpenBSD again. Patch from tup. - Substitute BINDIR and LOCALSTATEDIR in scripts. Fixes packaging. o Minor bugfixes: - When we're lacking a consensus, don't try to perform rendezvous operations. (Bug spotted by Karsten) Changes in version 0.2.0.11-alpha - 2007-11-12 o Security fixes: - Exit policies now reject connections that are addressed to a Loading src/or/routerlist.c +1 −0 Original line number Diff line number Diff line Loading @@ -4472,6 +4472,7 @@ hid_serv_get_responsible_directories(smartlist_t *responsible_dirs, if (!c || !smartlist_len(c->routerstatus_list)) { log_warn(LD_REND, "We don't have a consensus, so we can't perform v2 " "rendezvous operations."); return -1; } tor_assert(id); start = networkstatus_vote_find_entry_idx(c, id, &found); Loading Loading
ChangeLog +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,11 @@ Changes in version 0.2.0.12-alpha - 2007-11-?? - Make it build on OpenBSD again. Patch from tup. - Substitute BINDIR and LOCALSTATEDIR in scripts. Fixes packaging. o Minor bugfixes: - When we're lacking a consensus, don't try to perform rendezvous operations. (Bug spotted by Karsten) Changes in version 0.2.0.11-alpha - 2007-11-12 o Security fixes: - Exit policies now reject connections that are addressed to a Loading
src/or/routerlist.c +1 −0 Original line number Diff line number Diff line Loading @@ -4472,6 +4472,7 @@ hid_serv_get_responsible_directories(smartlist_t *responsible_dirs, if (!c || !smartlist_len(c->routerstatus_list)) { log_warn(LD_REND, "We don't have a consensus, so we can't perform v2 " "rendezvous operations."); return -1; } tor_assert(id); start = networkstatus_vote_find_entry_idx(c, id, &found); Loading