diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-17 14:04:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-17 14:04:54 -0400 |
commit | 7945e075a42aecaa633565ebbc5d3b809ed24e7e (patch) | |
tree | 530c52086c0b53d4bc117449ce53e4b175112554 /changes | |
parent | 47f1d19f8e6e1795ad7a73cb96bf44f355442e85 (diff) | |
download | tor-7945e075a42aecaa633565ebbc5d3b809ed24e7e.tar.gz tor-7945e075a42aecaa633565ebbc5d3b809ed24e7e.zip |
Fix underflow in rend_cache/free_all test.
We already fixed these in #40099 and #40125.
This patch fixes #40126. Bugfix on 0.2.8.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40126 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40126 b/changes/ticket40126 new file mode 100644 index 0000000000..1f5806e6cb --- /dev/null +++ b/changes/ticket40126 @@ -0,0 +1,4 @@ + o Testing (onion service v2): + - Fix another rendezvous cache unit test that was triggering an underflow on the + global rend cache allocation. Fixes bug 40126; bugfix on + 0.2.8.1-alpha. |