diff options
author | David Goulet <dgoulet@torproject.org> | 2018-01-31 10:58:11 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-31 12:51:42 -0500 |
commit | df312b3cf637d2c5487adc60ed541823bef56f06 (patch) | |
tree | 3ac5df833b0eee727ca033b2338164f257f0c18e /changes | |
parent | 9bfb6fe3958240172f1133e918d1fc6bd5732532 (diff) | |
download | tor-df312b3cf637d2c5487adc60ed541823bef56f06.tar.gz tor-df312b3cf637d2c5487adc60ed541823bef56f06.zip |
hs-v3: Remove a BUG() when storing a descriptor in the client cache
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>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24976 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24976 b/changes/bug24976 new file mode 100644 index 0000000000..9c3be86eab --- /dev/null +++ b/changes/bug24976 @@ -0,0 +1,5 @@ + 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. |