mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
df312b3cf6
It is possible in normal circumstances that a client fetches a descriptor that has a lower revision counter than the one in its cache. This can happen due to HSDir desync. Fixes #24976 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
o Minor bugfixes (hidden service v3 client):
|
|
- Remove a BUG() statement which can be triggered in normal circumstances
|
|
where a client fetches a descriptor that has a lower revision counter
|
|
than the one in its cache. This can happen due to HSDir desync. Fixes
|
|
bug 24976; bugfix on 0.3.2.1-alpha.
|