summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-01 10:50:14 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-12-01 10:50:14 +1100
commit7ff18cc1b64e4a119ec3b46102c897f3ca7107f8 (patch)
tree132343ab98bc910146d471fb05882905b3cd8ac9 /changes
parent0a701e537778ac9da31049f4efebf7cb2bf9c285 (diff)
downloadtor-7ff18cc1b64e4a119ec3b46102c897f3ca7107f8.tar.gz
tor-7ff18cc1b64e4a119ec3b46102c897f3ca7107f8.zip
Avoid relying on malloc internals in test_rend_cache_purge.
Closes ticket 17724. Bug fix on ade5005853c1 and 5e9f2384cf0f, not in any released version of Tor. Patch by "teor".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug177244
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug17724 b/changes/bug17724
new file mode 100644
index 0000000000..7ace99eece
--- /dev/null
+++ b/changes/bug17724
@@ -0,0 +1,4 @@
+ o Minor bug fixes (unit tests, hidden services):
+ - Avoid relying on malloc internals in test_rend_cache_purge.
+ Closes ticket 17724. Bug fix on ade5005853c1 and 5e9f2384cf0f,
+ not in any released version of Tor. Patch by "teor".