summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-12 14:25:46 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-12 14:25:46 -0400
commitf9bb49d870045fa6e1a2570a65f0583066d8359d (patch)
treea80b93df554c09da4e608dfc024521c6314f85cc /changes
parentf5b94715479e9b7bef5675ab72c8b2e260bcb830 (diff)
downloadtor-f9bb49d870045fa6e1a2570a65f0583066d8359d.tar.gz
tor-f9bb49d870045fa6e1a2570a65f0583066d8359d.zip
Fix allocation counting in clean_v2_descs_as_dir test.
Without this fix, running this test on its own would fail. Fixes bug 40099. Bugfix on ade5005853c17b3 in 0.2.8.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug400994
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40099 b/changes/bug40099
new file mode 100644
index 0000000000..278ede2023
--- /dev/null
+++ b/changes/bug40099
@@ -0,0 +1,4 @@
+ o Minor bugfixes (tests):
+ - Fix the behavior of the rend_cache/clean_v2_descs_as_dir when run on
+ its own. Previously, it would exit with an error.
+ Fixes bug 40099; bugfix on 0.2.8.1-alpha.