From 7945e075a42aecaa633565ebbc5d3b809ed24e7e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 17 Sep 2020 14:04:54 -0400 Subject: 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. --- changes/ticket40126 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket40126 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf