[tor-bugs] #31832 [Core Tor/Tor]: Coverage flapping in hs_get_responsible_hsdirs()
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Sep 23 22:01:10 UTC 2019
#31832: Coverage flapping in hs_get_responsible_hsdirs()
------------------------------+------------------------------
Reporter: teor | Owner: (none)
Type: defect | Status: new
Priority: Low | Milestone: Tor: unspecified
Component: Core Tor/Tor | Version:
Severity: Minor | Keywords: tor-hs
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
------------------------------+------------------------------
We should use the random seed to generate these values, so this line is
always executed:
{{{
/* Getting the length of the list if no member is greater than the key
we
* are looking for so start at the first element. */
if (idx == smartlist_len(sorted_nodes)) {
UNCOV start = idx = 0;
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31832>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list