diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-11 18:53:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-11 18:53:18 -0500 |
commit | efd765a94816bb216e81a4962c94bac385947719 (patch) | |
tree | 729bccd24fa912992a813edd6b79fd5eb413593e /changes | |
parent | 694e3c57fd1af2cdaa4650d69c50f4108a8612f6 (diff) | |
parent | cec616a0c8ff060cb722e54342fd30aeab3ad285 (diff) | |
download | tor-efd765a94816bb216e81a4962c94bac385947719.tar.gz tor-efd765a94816bb216e81a4962c94bac385947719.zip |
Merge remote-tracking branch 'tor-github/pr/563' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28669 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28669 b/changes/ticket28669 new file mode 100644 index 0000000000..32c6114ffc --- /dev/null +++ b/changes/ticket28669 @@ -0,0 +1,6 @@ + o Minor bugfix (hidden service v3, client): + - Avoid a BUG() stacktrace in case a SOCKS connection is found waiting for + the descriptor while we do have it in the cache. There is a rare case + when this can happen. Now, tor will recover and retry the descriptor. + Fixes bug 28669; bugfix on 0.3.2.4-alpha. + |